Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
Samuel Ortion | b472ecb67c | |
Samuel Ortion | 18e14fe748 |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
@ -1,10 +1,6 @@
|
||||||
<h1 align="center">BirdNET-stream</h1>
|
<h1 align="center">BirdNET-stream</h1>
|
||||||
|
|
||||||
<p align="center">Realtime BirdNET powered soundscape analysis for bird song identification.</p>
|
<p align="center">Continuous 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
|
## 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:
|
Once that is done, you can build and start docker services:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build images (first time only, and for each update)
|
# Build images (first time only)
|
||||||
docker compose build
|
docker compose build
|
||||||
# Run
|
# Run
|
||||||
docker compose up # add `-d`, to run in background
|
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 |