Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 554 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 554 Bytes

Dog Breed Identification

Determining the breed of a dog in an image using ResNet50

Kaggle Dataset link: https://www.kaggle.com/c/dog-breed-identification/

Who's a good dog? Who likes ear scratches? Well, it seems those fancy deep neural networks don't have all the answers. However, maybe they can answer that ubiquitous question we all ask when meeting a four-legged stranger: what kind of good pup is that?

  • main.py contains the code in #%% code blocks
  • main_notebook.ipynb contains the code in jupyter notebook
  • app.py is flask web app