Convolutional Neural Networks (CNN) project in Udacity's AI Nanodegree! 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.
-
Clone the repository and navigate to the downloaded folder.
-
Download the dog dataset. Unzip the folder and place it in the repo, at location
path/to/dog-project/data/dog_Images
. Thedog_Images/
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, at location
path/to/dog-project/data/lfw
. -
Run the cells in [dog_app.ipynl]