Skip to content

In this project CNNs are used to classify images of 133 dog breeds

Notifications You must be signed in to change notification settings

omcaaaar/dog-breed-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dog-breed-classifier

In this project, I have built a convolutional neural network (CNN) that can classify the breed of dog from any user-supplied image. If the image is of a human and not a dog, the algorithm will provide an estimate of the dog breed that is most resembling.

This project is a part of Udacity deep learning nanodegree.

Packages required to run the code

The code is written in Python 3 and framework used is Pytorch.

  1. torch
  2. torchvision
  3. numpy
  4. matplotlib
  5. open cv

About

In this project CNNs are used to classify images of 133 dog breeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published