@@ -5,7 +5,7 @@ object detection and recognition system made and maintained by [vision.ai](http:
55
66---
77
8- # About VMX
8+ #### About VMX
99
1010VMX consists of a visual object detection algorithm engineered for
1111speed, accuracy, and a web-based interface for building vision
@@ -17,23 +17,27 @@ favorite programming language and talk to VMX over HTTP. VMX can also
1717take commands from standard input (* command line support is
1818built-in* ).
1919
20- ## Learn VMX
20+ #### Learn VMX
2121The VMX GUI runs in your browser and gives you many powerful tools to
2222build and prototype your computer vision application. To learn how to
2323use the VMX GUI, train your own models, and modify existing models,
2424see [ Learn VMX] ( VMXAppBuilder.md ) .
2525
26- ## VMX API
26+ #### VMX API
2727If you want to interface with VMX from your favorite programming
2828language, build a web-based vision app, or interact with a running VMX
2929system, see [ VMX API Docs] ( VMXapi.md ) .
3030
31- ## Installation
31+ #### Installation
3232
3333Installation and deployment instructions are provided in
3434[ VMX Installation Docs] ( VMXinstall.md ) . VMX runs on your personal
3535computer, with native installers for Mac OS X and Linux, as well as
3636Docker container support for all three major personal computing
3737platforms: Windows (via boot2docker), Mac OS X, and Linux.
3838
39+ ** VMXDocs on Github**
3940
41+ These docs can be found on Github under
42+ [ VISIONAI/VMXDocs] ( https://github.com/VISIONAI/VMXdocs ) . If you find
43+ any problems with the documentation, just let us know.
0 commit comments