Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 384 Bytes

File metadata and controls

18 lines (11 loc) · 384 Bytes

ESCSP_BirdNET

The Eclipse Soundscapes Project's implementation of BirdNET and custom scripts.

Getting started

Requires an installation of Python 3.9+.

Environment variables

Local setup

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