Ocean Sound Assistant for DEtection and Classification (OSADEC) is a open-source project to help in labbelling marine mammal calls in records.
Clone the GitHub repository in your computer, and open a terminal in the folder.
Execute this commande to initialize the aplication (this may take several minutes) :
sh init.sh
If you want to check the database validity, you must first access the application's docker terminal :
docker exec -it osadec bash
And execute this command :
python src/utils/db_tools.py
You should normally get :
Test database connexion ... ok ✅
Checking data ... ok ✅
The database is connected ✅
You can now exit the docker's terminal with
exit