Labs

A collection of small experiments and projects I've worked on while learning.

Bird Species Classifier

A deep learning model that identifies seven species of birds, built while working through the Fast.ai course. The model can identify:

Built using fastai and deployed with Gradio. Try the classifier here or view the code on GitHub.

Through this project, I worked with image classification models, handled data preprocessing, and learned about deploying ML models for public use. It helped bridge the gap between theoretical deep learning concepts and practical implementation.