Metadata-Version: 2.0
Name: aitx
Version: 0.3.0
Summary: The toolbox for general ML projects
Home-page: https://github.com/jeroyang/aitx
Author: Chia-Jung, Yang
Author-email: jeroyang@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: aitx
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

# aitx


[![](https://img.shields.io/travis/jeroyang/aitx.svg)](https://travis-ci.org/jeroyang/aitx)
[![](https://img.shields.io/pypi/v/aitx.svg)](https://pypi.python.org/pypi/aitx)

The toolbox for general ML projects

## Features

* TODO

## Installation

```bash
$ python setup.py install
```

## Usage
```python
from aitx) import *
```
## License
* Free software: MIT license


