Metadata-Version: 2.4
Name: coreai-tools
Version: 0.1.0
Summary: CoreAI
Home-page: https://github.com/lucasjinreal/coreai
Author: Lucas Jin
Author-email: jinfagang19@163.com
License: GPL-3.0
Keywords: deep learning,script helper,tools,coreai
Platform: any
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: torchao
Requires-Dist: torchtune
Requires-Dist: vector_quantize_pytorch
Requires-Dist: natsort
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Core AI


Core components used in AI infra. Consist of various data structures, modeling, enviroment utils etc.

Core AI provides common components used from AI training to AI production / serving.

More information will added later.


## Usage


To use component in coreai, simple:

```powershell
pip install -U coreai-all
```
