From 31e0b6f2a8107670a938257459205da9e5ff0240 Mon Sep 17 00:00:00 2001
From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com>
Date: Wed, 1 Dec 2021 11:10:45 -0500
Subject: [PATCH] Update README.md
---
README.md | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 4609ff7..231ba06 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Icon made by Freepik from
## Introduction
-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) by [**@kahst**](https://github.com/kahst) using [pre-built TFLite binaries](https://github.com/PINTO0309/TensorflowLite-bin) by [**@PINTO0309**](https://github.com/PINTO0309) . It is able to recognize bird sounds from a USB sound card in realtime.
Check out birds from around the world
- [My system in North Carolina, United States](https://birdnetpi.pmcgui.xyz)
@@ -24,6 +24,7 @@ Check out birds from around the world
* Web interface access to all data and logs
* Automatic extraction of detected data (creating audio clips of detected bird sounds)
* Spectrograms available for all extractions
+* [BirdWeather](https://app.birdweather.com) integration (you will need to be issued a Station ID -- for now, request that from [@timsterc here](https://github.com/mcguirepr89/BirdNET-Pi/discussions/82))
* MariaDB integration
* NoMachine remote desktop (for personal use only)
* Live audio stream
@@ -75,12 +76,4 @@ The bird names are in English by default, but other localized versions are avail
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:
-
-```
-over_voltage=6
-arm_freq=1750
-```
-Be sure the Pi is adequately cooled and powered.
-
For some reason, the system seems to run more efficiently and the birds sound better when you [](https://github.com/mcguirepr89/BirdNET-Pi/stargazers) the project :)