This project focuses on classifying bird sounds from the kaggle Dataset by converting audio signals into mel-spectrograms and applying CNN-based image classification techniques to identify different bird species.
For the dataset, refer to the Sound of Bird species 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)