Add Dependencies

main
Jeff Moe 2023-09-27 12:13:03 -06:00
parent 8b72fb9fe4
commit 14f8603383
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
requests