A single bundle which includes vision.ai's computer vision server, VMX, as a single Docker container. This is intended to be installed via Kitematic, a graphical user interface, for installation of Docker containers directly from Docker Hub.
There is a description of the installation procedure in the following blog.vision.ai blog post from March 16th, 2015. Dockerized Computer Vision
The container is automatically built on Docker Hub under visionai/vmx-kitematic. It can be pulled down with the following command:
docker pull visionai/vmx-kitematic
If you want to build the container from source on your own machine, issue the following command:
docker build .
Created by the team at vision.ai