For this project a pipeline was built that can be used within a web or mobile app to process real-world, user-supplied images. Specifically, 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. This project was submitted in partial fulfillment of the requirements for the Udacity Machine Learning Nanodegree.
-
Download the dog dataset. Unzip the folder and place it in this project's home directory, at the location
/dog_images
. -
Download the human dataset. Unzip the folder and place it in the home directory, at location
/lfw
.