Skip to content

indrajith-shetty/dog-breed-classifier

 
 

Repository files navigation

Project Overview

A pipeline that can be used within a web or mobile app to process real-world, user-supplied images. Given an image of a dog, our algorithm will identify an estimate of the canine’s breed. If supplied an image of a human, the code will identify the resembling dog breed.

Sample Output

Project Instructions

Instructions

  1. Clone the repository and navigate to the downloaded folder.

  2. Download the dog dataset. Unzip the folder and place it in the repo, at location path/to/dog-project/dogImages.

  3. Download the human dataset. Unzip the folder and place it in the repo, at location path/to/dog-project/lfw. If you are using a Windows machine, you are encouraged to use 7zip to extract the folder.

  4. Donwload the VGG-16 bottleneck features for the dog dataset. Place it in the repo, at location path/to/dog-project/bottleneck_features.

  5. Open the notebook.

jupyter notebook dog_app.ipynb

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.1%
  • Jupyter Notebook 44.9%