Metadata-Version: 2.1
Name: jai
Version: 0.0.6
Summary: jai provide handy toolkit for building ai projects
Home-page: https://github.com/gengjia0214/jai.git
Author: Jia Geng
Author-email: gengjia0214@hotmail.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Requires-Dist: tqdm
Requires-Dist: torch (>>)
Requires-Dist: torchvision (>>)
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: opencv-python
Requires-Dist: fastai
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Requires-Dist: matplotlib
Requires-Dist: pillow

# jai - A Lego-style Deep Learning Library Build on PyTorch

## Dev. Plan
1. Refactor the augmentation pipeline
2. Clean up the code in arch
3. Implement the check failure case method. Use open cv + keyboard control

