Standalone utilities for training AI.
Used in:
https://github.com/jay-johnson/train-ai-with-django-swagger-jwt
pip install antinex-utils
Set up the repository
mkdir -p -m 777 /opt/antinex git clone https://github.com/jay-johnson/antinex-utils.git /opt/antinex/utils cd /opt/antinex/utils
Set up the virtual env and install
virtualenv -p python3 ~/.venvs/antinexutils && source ~/.venvs/antinexutils/bin/activate && pip install -e .
Run all
python setup.py test
Run a test case
python -m unittest tests.test_classification.TestClassification.test_classification_deep_dnn
python -m unittest tests.test_regression.TestRegression.test_dataset_regression_using_scaler
AntiNex AI Utilities is part of the AntiNex stack:
Component | Build | Docs Link | Docs Build |
---|---|---|---|
REST API | Docs | ||
Core Worker | Docs | ||
Network Pipeline | Docs | ||
AI Utils | Docs | ||
Client | Docs |
flake8 .
pycodestyle --exclude=.tox,.eggs
Apache 2.0 - Please refer to the LICENSE for more details