Skip to content

YolandaAlvarez/Dog-Breed-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog-Breed-Classifier

In this project, given an image of a dog, the 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.

Example

In this project, we can explore the state-of-the-art CNN models for classification and localization.

Project Instructions

  1. Install Jupyter Notebook.

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

  3. Download the dog dataset. Unzip the folder and place it in the repo, at location path/to/dog-project/dogImages. The dogImages/ folder should contain 133 folders, each corresponding to a different dog breed.

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

  5. Make sure you have already installed the necessary Python packages according to the requirements.txt in the repository.

  6. Open a terminal window and navigate to the project folder. Open the notebook using:

	jupyter notebook dog_app.ipynb

NOTE: If the code is taking too long to run, you will need to either reduce the complexity of thhe CNN architecture or switch to running the code on a GPU.

Releases

No releases published

Packages

No packages published