Metadata-Version: 2.1
Name: AutoQAI
Version: 0.0.4
Summary: A Quantum Artificial Intelligence Workplace
Home-page: https://github.com/vamshi-rvk/AutoQAI
Author: rvk
Author-email: rvk.vamshi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: tensorflow
Requires-Dist: pre-commit
Requires-Dist: pytest
Requires-Dist: pillow
Requires-Dist: scipy

# AutoQAI

To train :

python3 ml/train.py

To test :

pytest tests/test_efficientnet_classifier.py


