Neural network that classifies the top 120 dog breeds
Table of Contents
Dog breed classifier built with the ResNet architecture and ImageNet transfer learning. This model was trained on the Stanford dog breed dataset from Kaggle with the fastai library for pytorch. After fitting the frozen ResNet50 model with ImageNet weights for 8 cycles, an accuracy of 0.904276 was achieved.
- pip
git clone https://github.com/danielchang2002/DogBreedClassification.git
pip install -r requirements.txt
-
Create your feature branch (
git checkout -b feature/fooBar
) -
Commit your changes (
git commit -am 'Add some fooBar'
) -
Push to the branch (
git push origin feature/fooBar
) -
Create a new Pull Request
Deployed live at: https://dog-neural-net.herokuapp.com/
Daniel Chang - @twitter_handle - danielchang2002@gmail.com
Project Link: https://github.com/danielchang2002/DogBreedClassification