Metadata-Version: 2.1
Name: EasyModels
Version: 1.1
Summary: Command Line User Interface for finding pre-trained AI models
Home-page: https://github.com/M4cs/EasyModels
Author: Max Bridgland
Author-email: mabridgland@protonmail.com
License: UNKNOWN
Keywords: AI tensorflow models training pre-train pre-trained artifical intelligence keras YOLO opencv pytorch chainer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.21.0)
Requires-Dist: terminaltables (==3.1.0)

# EasyModels
Easily find and view pre-trained AI models through the command line

<p align="center">
  <img src="https://github.com/M4cs/EasyModels/raw/master/easymodels.gif.gif">
</p>

# How it works


Simply install from pip:

```
pip install easymodels
easymodels
```

or clone this repo and run:
```
python setup.py install
easymodels
```

This will bring up a command line tool that will guide you through grabbing whatever models are available through the modelzoo API.


