Skip to content

AimDE - Aim Development Environment

License

Notifications You must be signed in to change notification settings

jialin-wu-02/aimde

Repository files navigation

AimDE - Aim Development Environment

GitHub Top Language Image pulls License: MIT

Development Environment for AI Engineers.

See the documentation here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

  • 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

Project Structure

├── client  <--------------  front end code
├── server  <--------------  back end code
├── examples  <------------  aim repo and examples for testing
└── ops  <-----------------  build files and configurations

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details