Skip to content

A deep learning model using Pytorch to classify bird species

Notifications You must be signed in to change notification settings

s0mnaths/Guess-the-Birdie

Repository files navigation

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

About

A deep learning model using Pytorch to classify bird species

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages