Metadata-Version: 2.0
Name: ai-harness
Version: 0.1.0
Summary: A harness project for ML & DL
Home-page: https://github.com/aicanhelp/ai-harness
Author: modongsong
Author-email: modongsongml@163.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/aicanhelp/ai-harness/issues
Project-URL: Source, https://github.com/aicanhelp/ai-harness/
Keywords: deeplearning tools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: dataclasses (>=0.7)
Requires-Dist: pyyaml (>=3.12)
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'

# AI Harness

##Introduction
This project would like to supply some convenient tools for the machine learning and deep learning.
Current features:  
- arguments: try to combine yaml and argparse to use the arguments defined in the yaml file for the default values of arguments
_ others



