Bird Species Identification
Sinda Besrour
Moncton, New Brunswick
- 0 Collaborators
Bird species identification is a deep learning project based on OneAPI-Tensorflow. The data includes a total number of 1856 audio records split into 40 bird species. ...learn more
Project status: Under Development
oneAPI, Artificial Intelligence
Overview / Usage
In recent years, birds have been losing their habitat due to pollution and diseases. It is imperative to monitor their health to prevent their extinction. Consequently, bird species identification is a preliminary step to tackle such a pressing problem.
Methodology / Approach
1- Explore data (number of records, classes, etc.)
2- Prepare data (detect outliers, extract features, split data into train and test sets, etc.)
3- Fit data into a deep-learning model
4- Evaluate model
Steps 2 and 3 can be repeated (extracting features, fine-tuning model) until reaching a good performance
Technologies Used
Pillow: image processing
Librosa: signal processing
Tensorflow: deep learning
Vision Transformer (ViT): a pre-trained computer vision model