Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 600 Bytes

Tensorflow Dog Breed Classifier

For all those dog lovers like me out there, here is a Tensorflow image classifier that can preict the breed of a dog from its photo. This model is trained to detect 5 different breeds of dog.

  1. Rottweiler
  2. Bulldog
  3. Pug
  4. German Shepherds
  5. Labrador

Intrestingly enough, the model was able to classify the dog breed even from the picture of its toy. Feel free to fork and play around with the classifier.

How to run the basic model

For an image located at <path-to-image-file>, run :

python classifier.py --image_path <path-to-image-file>