Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 542 Bytes

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 <params file> <search term> <model write location>

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

<KEY>
<CX>

Outputs a saved .tf model into model/