Skip to content

A deep learning based model for classifying images as dogs and identifying their breed

Notifications You must be signed in to change notification settings

theharism/Dog-Breed-Identifier-using-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dog-Breed-Identifier-using-Deep-Learning

A deep learning based model for classifying images as dogs and identifying their breed. This project is part of AI Programming with Python nanodegree by Udacity

How to Run

  1. Place the images to be identifies in uploaded images folder with name of the pictures in the format imageLabel_count. For example, a car picture should have a name as car_01
  2. Open the terminal in the folder where project is placed and type sh run_models_batch_uploaded.sh
  3. This command will create 3 different files. Each file contains the result given by each cnn model. (resnet_uploaded-images2.txt, alexnet_uploaded-images2.txt, vgg_uploaded-images2.txt)

About

A deep learning based model for classifying images as dogs and identifying their breed

Resources

Stars

Watchers

Forks