Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
Samuel Ortion | 6d3ef7214c | |
Samuel Ortion | 85c92cee06 | |
Samuel Ortion | f2f90d8406 | |
Samuel Ortion | d6763f6e54 |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
@ -1,6 +1,10 @@
|
|||
<h1 align="center">BirdNET-stream</h1>
|
||||
|
||||
<p align="center">Continuous BirdNET powered soundscape analysis for bird song identification</p>
|
||||
<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
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ In general all variables stated with ${VARIABLE:-default} inside [../docker-comp
|
|||
Once that is done, you can build and start docker services:
|
||||
|
||||
```bash
|
||||
# Build images (first time only)
|
||||
# Build images (first time only, and for each update)
|
||||
docker compose build
|
||||
# Run
|
||||
docker compose up # add `-d`, to run in background
|
||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |