Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tommy-va/aim

 
 

Repository files navigation

aim

Version control and collaboration for AI.

See the docs here.

Development

Requirements

  • Python 3

We suggest to use virtual environment for managing local dependencies.

To start development first install all dependencies:

pip install -r requirements.txt

Project Structure

├── aim  <----------------  main project code
│   ├── cli <-------------  command line interface
│   ├── engine <----------  business logic for interracting with Aim Hub
│   ├── profiler <--------  experimental profiler for ML models
│   ├── sdk <-------------  Python SDK
│   └── version_control <-  managing files and tracked data
├── docs <----------------  development documentation
├── examples <------------  example usages of aim SDK
└── tests

About

Aim — a super-easy way to record, search and compare 1000s of ML training runs

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 60.3%
  • Python 30.0%
  • SCSS 7.8%
  • Cython 1.2%
  • HTML 0.2%
  • JavaScript 0.2%
  • Other 0.3%