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

https://github.com/qasimkhan5x/overfitowls-bird-classification


https://github.com/qasimkhan5x/overfitowls-bird-classification

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Multi-class Classification of Bird Species for BDMA 7 Machine Learning Kaggle Competition

Adapted from [here](https://github.com/pytorch/vision/tree/main/references/classification)

## Instructions

Use Python 3.11 with NVIDIA GPU.

- `pip3 install requirements.txt`
- `python3 train.py` OR in slurm cluster: `sbatch job.slurm` (contains hyperparameter configuration for best submission)
- (Optional) Run object detection notebook for cropping images

![OverfitOwls places first in BDMA 7 Kaggle Competition](screenshot.png "Kaggle Competition Private Ranking")

We came 1st in the competition 😊

Read more about our approach in `report.pdf`.