Skip to content
#

dog-breed-classifier

Here are 14 public repositories matching this topic...

Determine how well the "best" classification algorithm works on correctly identifying a dog's breed. If you are confused by the term image classifier look at it simply as a tool that has an input and an output. The Input is an image. The output determines what the image depicts. (for example, a dog).

  • Updated May 14, 2024
  • Python

The image classifier to recognize different breeds of dog. Dataset used contains 50 images of dogs. In Image Classifier Project Resnet18, Alexnet, VGG16 from torchvision.models pretrained models were used. It was loaded as a pre-trained network, in which input images are transformed and resized for better prediction.

  • Updated Jun 20, 2024
  • Python

Improve this page

Add a description, image, and links to the dog-breed-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dog-breed-classifier topic, visit your repo's landing page and select "manage topics."

Learn more