birdnetlib icon indicating copy to clipboard operation
birdnetlib copied to clipboard

A python api for BirdNET-Lite and BirdNET-Analyzer

Results 13 birdnetlib issues
Sort by recently updated
recently updated
newest added

Hello! First of all, thank you very much for this great project! **Description** I am encountering an issue in versions 0.14 and 0.15. I tested with versions 0.8, 0.10, and...

question

When passing the model version to the analyzer, the dynamic loader should pull down the correct mdata file.

As part of this, implement a lint checker with [Black](https://github.com/psf/black) in Github actions. It should run on all pull requests.

I have a working test case for the custom classifier functions, but I don't have a [custom classifier](https://github.com/kahst/BirdNET-Analyzer#training) itself for testing. If you have a classifier, a suitable .wav or...

help wanted

Dear Mr. Weiss, I just tried your code from 6.2 of https://github.com/kahst/BirdNET-Analyzer. My system is bookworm 64bit on RPi4B. I installed all the libraries into a venv and started your...

getting this error when i try to upload wav files recorded using audacity OR recorded from command line using arecord arecord -v -D hw:0 -t wav -f S16_LE -c 2...

I am a beginner in AI models and searching for trained model for bird image classification. I have been brwosing this repo and documentation - also on Kaggle - for...

I have a piece of code that extracts embeddings. This works perfectly fine `tensorflow==2.16.1`, but starts to break on `tensorflow==2.17.0`. I'm not sure why it starts to throw this error....

Thanks for the excellent library to interface with BirdNET. I found last year that some of the logging was too verbose, so I added an option to configure it. In...