Last updated:
0 purchases
antinexutils 1.2.4
Standalone utilities for training AI.
Used in:
https://github.com/jay-johnson/train-ai-with-django-swagger-jwt
Install
pip install antinex-utils
Development
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 .
Testing
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 Stack Status
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
Linting
flake8 .
pycodestyle –exclude=.tox,.eggs
License
Apache 2.0 - Please refer to the LICENSE for more details
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.