Skip to content

RAnderso0325/dog-image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog Classification

39 and Canine is a project that uses Google's Inception v3 model with Tensorflow along with Django as a server to create a web interface to allow users to upload a photo of a dog for breed classification (the model has been trained with ~120 breeds). The web interface is made using materializecss and jQuery It is extension of this project and the Django server is based on this project's, which can be found here on github.

Live Site:

39andCanine

Created Using:

Using Retrained Inception Model

  • Retrain the model using your images. Refer here.
  • Fork and clone this repo
  • Replace the generated graph and label files in /classify_image/inception_model/
  • Check the views.py file to ensure that the final result model name is correct (it currently reads final_result:0--this is determined by your tensorflow project)
  • Deploy the Django project on heroku or a similar platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors