Classify animal photos.
-
Download Anaconda from anaconda.com, and install it.
-
Setup new python environment with Anacond-Navigator
-
Open a terminal window, and do following installations
-
Add TensorFlow:
pip install tensorflow
-
Add FlickrAPI:
pip install flickrapi
-
Clone this repository
git clone [email protected]:tetsu/animal-classifier.git
-
create
config
,monkey
, andboar
folders -
Create
env.py
underconfig
folder with Flickr account. Type following data inenv.py
.FLICKR_KEY = "{your flickr key}" FLICKR_SECRET = "{your flickr secret}"
-
Download monkey images
python download.py monkey