xeno-canto-utils-nbm

Utility functions to interact with the Xeno Canto API with python


Keywords
machine, learning, for, biology
License
GPL-3.0
Install
pip install xeno-canto-utils-nbm==0.0.13

Documentation

Code for bird call detection model based on Detr

image info

Prerequisit

  • Install python version 3.10

Install

Create virtual environment with conda (or venv) and activate it. Here is how to do with conda.

conda create venv
conda activate venv
pip install -r requirements.txt

Download model weights

You need to manually download the model weights and put the whole model folder inside this repository. The download link is : TBD

Run inference notebook

Open Exec_Detr.ipynb and run each cell one after the other.