Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harshuljain13/dogsbreedclassification
- Owner: harshuljain13
- License: mit
- Created: 2018-06-09T03:12:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T07:25:32.000Z (over 6 years ago)
- Last Synced: 2024-04-18T08:32:58.283Z (7 months ago)
- Topics: deep-learning, deep-neural-networks, inceptionv3, keras, tensorflow, transfer-learning
- Language: Jupyter Notebook
- Size: 29.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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