2022-08-12 18:08:39 +02:00
< h1 align = "center" > BirdNET-stream< / h1 >
2022-08-07 15:08:51 +02:00
2022-08-12 18:08:39 +02:00
< p align = "center" > Realtime BirdNET powered soundscape analysis for bird song identification.< / p >
2022-08-12 18:01:01 +02:00
2022-08-12 18:08:39 +02:00
< p align = "center" >
< img src = "./media/logo.svg" alt = "BirdNET-stream logo image IA generated" style = "width: 500px" >
< / p >
2022-08-12 18:01:01 +02:00
2022-08-13 07:48:06 +02:00
## 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:
```bash
2022-08-13 11:33:40 +02:00
curl -sL https://raw.githubusercontent.com/UncleSamulus/BirdNET-stream/main/install.sh | bash
2022-08-13 07:48:06 +02:00
```
For finer control, or to adapt to your system, you can follow the instructions in the [INSTALL.md ](./INSTALL.md ) file.
## Usage
2022-08-12 18:01:01 +02:00
## Acknoledgements
- [BirdNET ](https://birdnet.cornell.edu ) on which this project relies
- [BirdNET-Pi ](https://birdnetpi.com ) the great inspiration of this project