I am working on a new programming language called VisionScript. VisionScript gives you the power to build computer vision applications in a few lines of code, or through a drag and drop interface. Count objects in an image in three lines of code. Remove all the faces in an image with four lines of code. Read a QR code in three lines of code. Classify an image in three lines of code. VisionScript is designed to be as concise as possible.
The language is a few days old, but I have a few screenshots from programs I have written today in the block-based VisionScript development environment. This environment runs in your browser and lets you drag and drop blocks together. I am in the process of building a feature that will let you deploy your code to a local app in one line of code, too!
Without further ado, below are a few examples of my using VisionScript in development. The language isn't quite ready for more general use, but the code is open source in case you want to take a peek. There is also work-in-progress VisionScript documentation available that notes all of the available functions.
Count objects in an image

Classify an image

Read a QR code

Get image similarity

Object detection

