AI Deployment tool
Project description
# Aim
Aim is an AI deployment and version control system. It can handle both small and large projects through their whole life cycle with efficiency and speed. It is built to seamlessly blend in with existing ML stack and become an integral part of the development lifecycle.
## Aim CLI Aim CLI is a command line tool for building end-to-end AI. Aim is built to be: compatible with the existing ecosystem of tools be familiar just work make building AI productive
Aim has three main features: tracking of training, export and deploy.
### Tracking - ML Training Command: aim train Aim train runs training for the given aim repository. Aim train tracks the gradients and updates in the model with given interval and saves them for visualization and analysis. Aim Train is paired with UI that visualizes the artifacts tracked. Aim Tracking is used to debug and have a detailed understanding of the process of training.
### Export - ML Model Command: aim export Aim export creates the saved model checkpoint file and exports .aim model which could be committed and pushed to the Aimhub and/or deployed to different platforms. Exported .aim model could also be converted to .onnx, .tf and other checkpoints for other frameworks. Aim CLI Export is based on aim Intermediate Representation that allows for automatic deployment of the model. Aim Export can also export pre-processing steps similarly to the model and could be included in the model deployment process.
### Deploy - Aim Model Command: aim deploy Aim Deploy produces a deployable artifact from .aim (model and preprocessing) files. The produced artifacts can run in cloud, on different hardware and as a hybrid. Deployments are also reflected on Aimhub to track and version the deployed artifacts.
### Other Commands
`shell aim fork aim branch off aim pause, continue aim convert `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for aim_cli-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a876afd336189490296c1f99a5c54fc78779cd83f22d93d7ac410fe9905a3c4 |
|
MD5 | 0870dc950bf5628c78fa2354c6d126e9 |
|
BLAKE2b-256 | 0b3c591cc3d72f54d315b5148aa4ef6842cea8226ad003bdc450dc2cafb75ef2 |