Version control for AI
Project description
# aim #### Version control for AI
See the docs [here](https://docs.aimhub.io).
## Development
### Requirements
Python 3
We suggest to use [virtual environment](https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments) for managing local dependencies.
To start development first install all dependencies:
`bash pip install -r requirements.txt `
### Project Structure
` ├── aim <---------------- main project code │ ├── cli <------------- command line interface │ ├── engine <---------- business logic │ ├── sdk <------------- Python SDK │ ├── artifacts <------- managing tracked data │ └── version_control <- managing files and code ├── examples <------------ example usages of aim SDK └── tests `
### Code Style We follow [pep8](https://www.python.org/dev/peps/pep-0008/) style guide for python code. We use [autopep8](https://pypi.org/project/autopep8/) and [pycodestyle](https://pypi.org/project/pycodestyle/) to enable checking and formatting Python code.
To check code styles, run pycodestyle . in the root folder.
To auto format, run autopep8 –in-place –recursive –aggressive –aggressive . in the root folder.
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 Distribution
Built Distribution
Hashes for aimstack-2.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e64892a7372fa2c55b539f78f6720f8620cbbed45c77729ce535f84ce1b35f0 |
|
MD5 | 16d38f12ff3b8f0b5452d0402e0e152f |
|
BLAKE2b-256 | f5b10a34514343d56fe6e4233b9530e9001d1cf5639eae27167bbf1ab88e9410 |