Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/debasish-dutta/dog-breed-classifier

This repo contains the jupyter notebook and the submission file of the kaggle dog-breed-classification competition. And includes also a web-app version of the classification.
https://github.com/debasish-dutta/dog-breed-classifier

data-science deep-learning tensorflow2

Last synced: 5 days ago
JSON representation

This repo contains the jupyter notebook and the submission file of the kaggle dog-breed-classification competition. And includes also a web-app version of the classification.

Awesome Lists containing this project

README

        

# dog-breed-classifier
This project is doen using tensorflow 2.0 and data set if from [this](https://www.kaggle.com/c/dog-breed-identification/overview) kaggle competition.

1. Problem
Identifying the breed of a dog by the given image.
2. Data
The data is from Kaggle's dog breed identification competition.
3. Evaluation
The evaluation file with prediction probabilities for each dog breed of each test image.
4. Deployment
The model is then taken and developed into a webapp using Flask and ultimately deployed in heroku