Pranav 6f3e629cc8 First Commit | il y a 6 ans | |
---|---|---|
.. | ||
haarcascades | il y a 6 ans | |
README.md | il y a 6 ans | |
dog_app.html | il y a 6 ans | |
dog_app.ipynb | il y a 6 ans | |
extract_bottleneck_features.py | il y a 6 ans | |
output.png | il y a 6 ans |
In this project, a dog breed recognition algorithm is built using Transfer Learning and Convolutional Neural Networks.
A pipeline is built to process real-world, user-supplied images. Given an image of a dog, the developed algorithm provides an estimate of the canine's breed. If supplied with an image of a human, the code identifies the resembling dog breed.
The original repository of this project is https://github.com/udacity/dog-project.
dog_app.ipynb
– Project notebook.
dog_app.html
– HTML Export of the project notebook.
haarcascades/haarcascade_frontalface_alt.xml
– An OpenCV implementation of Haar feature-based cascade classifiers for detecting human faces (source).
extract_bottleneck_features.py
– Functions to extract the bottleneck features.
The training data for this project is available here. This dataset contains 133 different breeds of dogs and is already split into train, test, and validation sets.
Human images can be downloaded from this link.
Modified MIT License © Pranav Suri
Please note that for this project, @cgearhart, @luisguiserrano are the default owners.