Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshuljain13/dogsbreedclassification

Classifying the dogs breed using transfer learning in DeepLearning
https://github.com/harshuljain13/dogsbreedclassification

deep-learning deep-neural-networks inceptionv3 keras tensorflow transfer-learning

Last synced: about 8 hours ago
JSON representation

Classifying the dogs breed using transfer learning in DeepLearning

Awesome Lists containing this project

README

        

# See and Tell the Breed of the dog

Classifying the dogs breed using transfer learning in DeepLearning. It takes the image of the dog as input and tells the breed of the dog.

![Dogs Breed](images/dogsbreed.jpg)

## Run Instructions

```
$ mkdir data
$ cd data

$ wget http://vision.stanford.edu/aditya86/ImageNetDogs/images.tar
extract the tar folder and put everything inside dogs directory.

$ cd data
$ mkdir inception
Download everything related to inception model here.

$ cd ~/data
$ cd ..
$ git clone https://github.com/harshul1610/DogsBreedClassification.git
```

## LICENSE

MIT