An open API service indexing awesome lists of open source software.

https://github.com/jlehrer1/quick_model

Output a .tf model trained to detect images of the object of your choice
https://github.com/jlehrer1/quick_model

classification deep-learning image-classification image-processing python

Last synced: about 7 hours ago
JSON representation

Output a .tf model trained to detect images of the object of your choice

Awesome Lists containing this project

README

          

# Quick Model
Run from the command line and recieve a saved Tensorflow CNN trained to detect images of the object of your choice!

To make sure you have all required libraries, run
```
pip install -r requirements.txt
```

Or to set up the development environment,
```
conda env create --file environment.yml
```

Usage:
```
model.py
```

Where `params file` is a file containing your Google Custom Search API Key and CX as so:
```

```

Outputs a saved `.tf` model into `model/`