In this project, you will learn how to build 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, your 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.
-
Clone the repository and navigate to the downloaded folder.
git clone https://github.com/Gunnika/dog-breed-classifier.git cd dog-breed-classifier
-
Download the dog dataset. Unzip the folder and place it in the repo. The
dogImages/
folder should contain 133 folders, each corresponding to a different dog breed. -
Download the human dataset. Unzip the folder and place it in the repo. If you are using a Windows machine, you are encouraged to use 7zip to extract the folder.
-
Make sure you have already installed the necessary Python packages according to the README in the program repository.
-
Open a terminal window and navigate to the project folder. Open the notebook and follow the instructions.
jupyter notebook dog_app.ipynb