Birdsong Species Classifier

Audio-based bird species identification using spectrogram image classification

A machine learning project that identifies bird species from audio recordings. Audio clips are converted into spectrogram images and classified using a CNN, drawing on the Cornell/Xeno-Canto dataset of bird calls.

Stack: Python, Librosa, Torchaudio, PyTorch (CNN + Wavelet Scattering Transform)