Discover and explore top open-source AI tools and projects—updated daily.
Avian vocalization detector for soundscape analysis (deprecated)
Top 83.4% on SourcePulse
This repository provides the BirdNET system for detecting and classifying avian vocalizations in soundscape recordings, aimed at ornithologists and citizen scientists. It leverages machine learning to assist in bird monitoring and protection efforts.
How It Works
BirdNET is a Theano/Lasagne implementation in Python that uses artificial neural networks to identify hundreds of bird species from their vocalizations. It processes audio recordings by extracting spectrograms and applying trained models for classification. The system offers adjustable sensitivity and confidence thresholds for tailored analysis.
Quick Start & Requirements
pip install -r requirements.txt
(after git clone
)sh model/fetch_model.sh
(300 MB)Highlighted Details
Maintenance & Community
This repository is deprecated and no longer maintained. Users are directed to the BirdNET-Analyzer
repository for the latest versions.
Licensing & Compatibility
Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Not suitable for commercial use or linking with closed-source projects due to the non-commercial clause.
Limitations & Caveats
The repository is deprecated and will not receive updates or support. The original implementation relies on Theano/Lasagne, which are older deep learning frameworks. Users seeking current functionality should migrate to the recommended BirdNET-Analyzer
repository.
6 months ago
Inactive