Skip to content

A convolutional neural network project for classifying dog images

Notifications You must be signed in to change notification settings

robinlamb/DogBreedClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dog Breed Classifier

This is a project for my Udacity Deep Learning program. It is an image classifier that will determine if an image is of a person or a dog, and will return the closest breed of dog that the input image resembles. The VGG16 convolutional neural network is used to determine if a dog is present in the image. OpenCV is used for face detection to determine if a face is present. The breed is determined from a transfer learning network made from the VGG16 network.

Sample Output 1

Demo 1

Sample Output 2

Demo 2

Sample Output 3

Demo 3

Sample Output 4

Demo 4

About

A convolutional neural network project for classifying dog images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published