The Eclipse Soundscapes Project's implementation of BirdNET and custom scripts.
Requires an installation of Python 3.9+.
Create a Python virtual environment and install the project dependencies:
python3 -m venv ESCSP_BirdNET
source ESCSP_BirdNET/bin/activate
pip install -r requirements.txt