docs: add explicit BirdNET attribution (Powered by BirdNET)
Browse files
README.md
CHANGED
|
@@ -22,6 +22,10 @@ ONNX-converted regional bat species classifiers from [BattyBirdNET-Analyzer](htt
|
|
| 22 |
|
| 23 |
These are lightweight classification heads trained on [BirdNET](https://github.com/birdnet-team/BirdNET-Analyzer) v2.4 embeddings using transfer learning. They identify bat species from ultrasonic echolocation recordings.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
## How It Works
|
| 26 |
|
| 27 |
BattyBirdNET uses a two-stage inference pipeline:
|
|
|
|
| 22 |
|
| 23 |
These are lightweight classification heads trained on [BirdNET](https://github.com/birdnet-team/BirdNET-Analyzer) v2.4 embeddings using transfer learning. They identify bat species from ultrasonic echolocation recordings.
|
| 24 |
|
| 25 |
+
## Attribution
|
| 26 |
+
|
| 27 |
+
Powered by BirdNET (https://birdnet.cornell.edu/). These bat classifiers are built on **BirdNET v2.4** embeddings via transfer learning and inherit BirdNET's CC BY-NC-SA 4.0 terms. The classifier heads originate from [BattyBirdNET-Analyzer](https://github.com/rdz-oss/BattyBirdNET-Analyzer) by rdz-oss. Crediting BirdNET is required wherever these models are used.
|
| 28 |
+
|
| 29 |
## How It Works
|
| 30 |
|
| 31 |
BattyBirdNET uses a two-stage inference pipeline:
|