joeweiss / birdnetlib

A python api for BirdNET-Lite and BirdNET-Analyzer
https://joeweiss.github.io/birdnetlib/
Apache License 2.0
41 stars 14 forks source link

Add the ability to use specific BirdNET-Analyzer models #81

Closed joeweiss closed 1 year ago

joeweiss commented 1 year ago

Fixes #80.

version = "2.4"
analyzer = Analyzer(version=version)

version = "2.3"
analyzer_2_3 = Analyzer(version=version)

version = 2.2 # Float also works
analyzer_2_2 = Analyzer(version=version)