Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 804 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 804 Bytes

Animal Classifier

Classify animal photos.

How to Setup

  1. Download Anaconda from anaconda.com, and install it.

  2. Setup new python environment with Anacond-Navigator

  3. Open a terminal window, and do following installations

  4. Add TensorFlow:

    pip install tensorflow
    
  5. Add FlickrAPI:

    pip install flickrapi
    
  6. Pull this repository

    git clone
    [email protected]:tetsu/animal-classifier.git
    
  7. create config, monkey, and boar folders

  8. Create env.py under config folder with Flickr account. Type following data in env.py.

    FLICKR_KEY = "{your flickr key}"
    FLICKR_SECRET = "{your flickr secret}"
    
  9. Download monkey images

    python download.py monkey