/Guess-the-Birdie

A deep learning model using Pytorch to classify bird species

Primary LanguageJupyter Notebook

Guess the Birdie

nbviewer

Classifying Bird Species from bird images using PyTorch

The model architecture used is similar to Resnet9 but smaller and faster. Few convolutional layers with residual layers in between them, along with batch normalization is used. It is trained using PyTorch and then converted to ONNX format for easy deplyment using Heroku. For the UI, Streamlit has been used.

Dataset 📂

Dataset used for training is from Kaggle BIRDS SPECIES IMAGE CLASSIFICATION which contains over 58000 training images of more than 300+ species.

Notebook 📒

View the notebook here: bird_species_classification.ipynb

Predictions 🔍

Predictions on unseen test data:

demo1 demo2