You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ Want to use BirdNET to analyze a large dataset? Don't hesitate to contact us: cc
9
9
10
10
# Setup (Ubuntu 18.04)
11
11
12
-
TFLite for x86 platforms comes with the standard Tensorflow package. If you are on a different platform, you need to install a dedicated version of TFLite (e.g., a pre-compiled version for Raspberry Pi).
12
+
TFLite for x86 platforms comes with the standard Tensorflow package. If you are on a different platform, you need to install a dedicated version of TFLite (e.g., a pre-compiled version for Raspberry Pi). See Raspberry Pi 4B installation instructions below.
13
13
14
+
## x86
14
15
We need to setup TF2.3+ for BirdNET. First, we install Python 3 and pip:
15
16
16
17
```
@@ -46,6 +47,21 @@ sudo pip3 install numpy
46
47
47
48
Note: BirdNET expects 3-second chunks of raw audio data, sampled at 48 kHz.
48
49
50
+
## Raspberry Pi 4B running AArch64 OS
51
+
These steps install BirdNET-Lite on a Raspberry Pi 4B running an AArch64 OS using pre-built TFLite binaries.
0 commit comments