UCSD-E4E / BirdNET-Lite

TFLite version of BirdNET. Bird sound recognition for more than 6,000 species worldwide.
Other
2 stars 2 forks source link

Added alternate interface to BirdNet-Lite #10

Open shreyasar2202 opened 2 years ago

shreyasar2202 commented 2 years ago

Added a function called analyze which can be called to return a pandas dataframe with the predictions. Modified main() to call analyze(). Also fixed a few bugs that were detected when used with PyHa