29 lines
958 B
Markdown
29 lines
958 B
Markdown
<h1 align="center">BirdNET-stream</h1>
|
|
|
|
<p align="center">Realtime BirdNET powered soundscape analysis for bird song identification.</p>
|
|
|
|
<p align="center">
|
|
<img src="./media/logo.svg" alt="BirdNET-stream logo image IA generated" style="width: 500px">
|
|
</p>
|
|
|
|
## 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
|
|
curl -sL https://raw.githubusercontent.com/birdnet-stream/birdnet-stream/master/install.sh | bash
|
|
```
|
|
|
|
For finer control, or to adapt to your system, you can follow the instructions in the [INSTALL.md](./INSTALL.md) file.
|
|
|
|
## Usage
|
|
|
|
## Acknoledgements
|
|
|
|
- [BirdNET](https://birdnet.cornell.edu) on which this project relies
|
|
- [BirdNET-Pi](https://birdnetpi.com) the great inspiration of this project
|