BirdNET powered soundscape analysis for bird song identification
.ideas | ||
analyzer@08f0315852 | ||
config | ||
daemon | ||
media | ||
www | ||
.env | ||
.gitignore | ||
.gitmodules | ||
INSTALL.md | ||
install.sh | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
TODO |
BirdNET-stream
Realtime BirdNET powered soundscape analysis for bird song identification.
Introduction
BirdNET-stream record sound on Linux computer and analyze it with the help of the BirdNET algorithm. It extracts most interesting bird songs and calls accessible in a webapp.
Install
On debian based system, you can install BirdNET-stream with the following command:
curl -sL https://raw.githubusercontent.com/UncleSamulus/BirdNET-stream/main/install.sh | bash
For finer control, or to adapt to your system, you can follow the instructions in the INSTALL.md file.
Usage
Acknoledgements
- BirdNET on which this project relies
- BirdNET-Pi the great inspiration of this project