-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
antaltshul edited this page Jul 21, 2017
·
2 revisions
Install by cloning this repository.
CMAKE build scripts are available.
VisualStudio project files are in ./win directory.
To use with your embedded project, you will need to copy the src and libs/json directories. The dependency on libs/json can be compiled out in future releases.
The ./cgi directory contains source files of the Web Server Gateway interface for the EmbeddedAI engine. It can be used to inject json-based models and commands and receive back the results of AI runs.
The ./test1 directory contains various googletest-based test and sample files.
Intro
Getting Started
Walkthroughs