Merge branch 'main' into newinstaller
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
|||||||
USER=pi
|
USER=pi
|
||||||
HOME=/home/pi
|
HOME=/home/pi
|
||||||
my_dir=${HOME}/BirdNET-Pi
|
my_dir=${HOME}/BirdNET-Pi
|
||||||
branch=newinstaller
|
branch=main
|
||||||
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
|
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
|
||||||
|
|
||||||
if [ "$(uname -m)" != "aarch64" ];then
|
if [ "$(uname -m)" != "aarch64" ];then
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ A realtime acoustic bird classification system for the Raspberry Pi 4B
|
|||||||
The BirdNET-Pi project is built on the [TFLite version of BirdNET](https://github.com/kahst/BirdNET-Lite). It is able to recognize bird sounds from a USB sound card in realtime.
|
The BirdNET-Pi project is built on the [TFLite version of BirdNET](https://github.com/kahst/BirdNET-Lite). It is able to recognize bird sounds from a USB sound card in realtime.
|
||||||
|
|
||||||
[Check out my live system](https://birdnetpi.pmcgui.xyz)<br>
|
[Check out my live system](https://birdnetpi.pmcgui.xyz)<br>
|
||||||
[and NatureStation.net](https://birds.naturestation.net)
|
[and NatureStation.net](https://birds.naturestation.net)<br>
|
||||||
|
[and an installation in Germany](https://birdnetpigermany.hopto.org)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* 24/7 recording and BirdNET-Lite analysis
|
* 24/7 recording and BirdNET-Lite analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user