BirdNET powered soundscape analysis for bird song identification
Go to file
Samuel Ortion 601b402db5 Fix logo background 2022-08-13 07:53:40 +02:00
.ideas Add base daemon scripts 2022-08-13 07:48:06 +02:00
analyzer@08f0315852 BirdNET on the river 2022-08-12 18:01:01 +02:00
config BirdNET on the river 2022-08-12 18:01:01 +02:00
daemon Add base daemon scripts 2022-08-13 07:48:06 +02:00
media Fix logo background 2022-08-13 07:53:40 +02:00
www Initial Symfony webapp 2022-08-13 07:46:56 +02:00
.env BirdNET on the river 2022-08-12 18:01:01 +02:00
.gitignore Add base daemon scripts 2022-08-13 07:48:06 +02:00
.gitmodules BirdNET on the river 2022-08-12 18:01:01 +02:00
INSTALL.md Add base daemon scripts 2022-08-13 07:48:06 +02:00
LICENSE Initial commit 2022-08-12 17:57:54 +02:00
README.md Add base daemon scripts 2022-08-13 07:48:06 +02:00
install.sh Add base daemon scripts 2022-08-13 07:48:06 +02:00
requirements.txt BirdNET on the river 2022-08-12 18:01:01 +02:00

README.md

BirdNET-stream

Realtime BirdNET powered soundscape analysis for bird song identification.

BirdNET-stream logo image IA generated

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/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 file.

Usage

Acknoledgements

  • BirdNET on which this project relies
  • BirdNET-Pi the great inspiration of this project