From 0d9cfc9e244e3e92aa134058e76acbc9637ee8cd Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 13 Oct 2021 18:03:35 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6e7f25..c2a6fe7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A realtime acoustic bird classification system for the Raspberry Pi 4B ## Introduction -The BirdNET-Pi project is based on the BirdNet-Lite project and is able to recognize bird sounds from the microphone and the sound card in realtime. The system installs all needed services on the Raspberry Pi. +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. ## Features * 24/7 recording and BirdNET-Lite analysis @@ -54,7 +54,7 @@ The BirdNET-Pi system can be accessed from any web browser on the same network: The bird names are in English by default, but other localized versions are available. Please download the labels_l18n.zip file and replace the `model/labels.txt` with the corresponding language. ### Realtime Analysis Predictions View -The pre-built TFLite binaries for this project also support [the BirdNET-Demo](https://github.com/kahst/BirdNET-Demo), which I am currently testing for integration into the BirdNET-Pi. +The pre-built TFLite binaries for this project also support [the BirdNET-Demo](https://github.com/kahst/BirdNET-Demo), which I am currently testing for integration into the BirdNET-Pi. If you know anything about JavaScript and are willing to help, please let me know in the Live Analysis discussion. ### Tips: You can try to overclock your Pi by placing the following in your `/boot/config.txt` file: From e4d2b5385143be2984ccd1f3628a738da2b8ea1a Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 13 Oct 2021 18:04:21 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a6fe7..f0e1617 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The BirdNET-Pi system can be accessed from any web browser on the same network: The bird names are in English by default, but other localized versions are available. Please download the labels_l18n.zip file and replace the `model/labels.txt` with the corresponding language. ### Realtime Analysis Predictions View -The pre-built TFLite binaries for this project also support [the BirdNET-Demo](https://github.com/kahst/BirdNET-Demo), which I am currently testing for integration into the BirdNET-Pi. If you know anything about JavaScript and are willing to help, please let me know in the Live Analysis discussion. +The pre-built TFLite binaries for this project also support [the BirdNET-Demo](https://github.com/kahst/BirdNET-Demo), which I am currently testing for integration into the BirdNET-Pi. If you know anything about JavaScript and are willing to help, please let me know in the [Live Analysis discussion](https://github.com/mcguirepr89/BirdNET-Pi/discussions/24). ### Tips: You can try to overclock your Pi by placing the following in your `/boot/config.txt` file: