From 7736e3ffe42451dc94b0dd27a586f4baee18d8f8 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 19 Jan 2022 09:35:38 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ea9cd7..36ba492 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ I hope that if you find BirdNET-Pi has been worth your time, you will share your ## ToDo, Notes, and Coming Soon ### Internationalization: -The bird names are in English by default, but other localized versions are available thanks to the wonderful efforts of [@patlevin](https://github.com/patlevin). Please [download the labels_l18n.zip file](https://github.com/kahst/BirdNET-Lite/files/7288803/labels_l18n.zip) and replace the `model/labels.txt` with your corresponding language. [Click here](https://github.com/kahst/BirdNET-Lite/issues/4#issuecomment-886724712) for more information. +The bird names are in English by default, but other localized versions are available thanks to the wonderful efforts of [@patlevin](https://github.com/patlevin). Please unzip `model/labels_l18n.zip` and replace `model/labels.txt` with your corresponding language. For instance, if you want the Swedish labels, rename the current `labels.txt` to `labels_en.txt` and then rename `labels_sv.txt` to `labels.txt`. (I will make this more straightforward in the future.) ### 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](https://github.com/mcguirepr89/BirdNET-Pi/discussions/24). @@ -102,7 +102,7 @@ Expect FULL internationalization options during installation (and available post - Spanish and detection/database localization for the following languages: -| Language | Missing | labels (%) | +| Language | Missing | Missing labels (%) | | -------- | ------- | ------ | | Afrikaans | 5774 | 90.76% | | Catalan | 544 | 8.55% |