Standalone utilities for training AI.
.. image:: https://travis-ci.org/jay-johnson/antinex-utils.svg?branch=master :alt: Travis AntiNex AI Utilities Tests :target: https://travis-ci.org/jay-johnson/antinex-utils
.. image:: https://readthedocs.org/projects/antinex-ai-utilities/badge/?version=latest :alt: Read the Docs AntiNex AI Utilities Tests :target: http://antinex-ai-utilities.readthedocs.io/en/latest/?badge=latest
Used in:
https://github.com/jay-johnson/train-ai-with-django-swagger-jwt
pip install antinex-utils
::
mkdir -p -m 777 /opt/antinex
git clone https://github.com/jay-johnson/antinex-utils.git /opt/antinex/utils
cd /opt/antinex/utils
::
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:
.. list-table:: :header-rows: 1
REST API <https://github.com/jay-johnson/train-ai-with-django-swagger-jwt>
__
Docs <http://antinex.readthedocs.io/en/latest/>
__Core Worker <https://github.com/jay-johnson/antinex-core>
__
Docs <http://antinex-core-worker.readthedocs.io/en/latest/>
__Network Pipeline <https://github.com/jay-johnson/network-pipeline>
__
Docs <http://antinex-network-pipeline.readthedocs.io/en/latest/>
__AI Utils <https://github.com/jay-johnson/antinex-utils>
__
Docs <http://antinex-ai-utilities.readthedocs.io/en/latest/>
__Client <https://github.com/jay-johnson/antinex-client>
__
Docs <http://antinex-client.readthedocs.io/en/latest/>
__flake8 .
pycodestyle --exclude=.tox,.eggs
Apache 2.0 - Please refer to the LICENSE_ for more details
.. _License: https://github.com/jay-johnson/antinex-utils/blob/master/LICENSE