Skip to content

tetsu/keras-image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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. Clone 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
    

About

Classify photos using Keras with TensorFlow backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages