Classify animal photos by Deep Learning.
-
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 module to your Python environment by typing following command in terminal.
pip install tensorflow
-
Add FlickrAPI module to your Python environment by typing following command in terminal.
pip install flickrapi
-
Go to your working folder, and clone this repository by typing following command in terminal.
git clone [email protected]:tetsu/animal-classifier.git
-
Create a Flickr account, and enter Flickr Key and Secret in
env_sampke.py
, and rename the file toenv.py
.FLICKR_KEY = "{your flickr key}" FLICKR_SECRET = "{your flickr secret}"
-
Download monkey images
python download.py monkey