From 14f86033838a558a3ac62ba19e1ac3ed9d671bbc Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 27 Sep 2023 12:13:03 -0600 Subject: [PATCH] Add Dependencies --- README.md | 11 ++++++++++- requirements.txt | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6a510..d5d1531 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Using Debian Stable (12/Bookworm). Install thine dependencies: ``` sudo apt update -sudo apt install git +sudo apt install git python3-pip python3-virtualenv ``` Clone repo: @@ -34,6 +34,12 @@ Install Python dependencies. pip install -r requirements.txt ``` +Using `jq` isn'ta requirement, but it is handy to have: + +``` +sudo apt install jq +``` + # Usage @@ -71,6 +77,9 @@ recording dataset. XenoPy: Python wrapper for Xeno-canto API 2.0. Supports multiprocessing. * https://github.com/realzza/xenopy +easybird: Python toolkit for Bird Activity Detection (BAD). +* https://github.com/realzza/easybird + train bird song recognition with a xeno canto database. * https://github.com/ImeneYAHIAOUI/project_edge_ia diff --git a/requirements.txt b/requirements.txt index e69de29..f229360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1 @@ +requests