This project focuses on classifying bird sounds from the FSC22 Dataset by converting audio signals into spectrograms and applying CNN-based image classification techniques to identify different bird species.
For the dataset, refer to the FSC22 Dataset on Kaggle.
- Convert audio recordings into spectrogram images.
- Preprocess and normalize the spectrogram data.
- Train a CNN model to classify different bird species.
- Evaluate the model on test data.
- Python
- TensorFlow Keras
- Librosa (for audio processing)
- Matplotlib & Seaborn (for visualization)