Development Environment for AI Engineers.
See the documentation here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- docker >= 18.06.1
- GNU Make
To start development run:
make [repo={full-aim-repo-path}] dev
AimDE should be accessible at http://aim-dev.loc:43800/
You can do IP-host mapping by adding the following line to the end of /etc/hosts
file:
127.0.0.1 aim-dev.loc
├── client <-------------- front end code
├── server <-------------- back end code
├── examples <------------ aim repo and examples for testing
└── ops <----------------- build files and configurations
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details