Cancel changesData Science For The Wild Dolphin Project
This is a collection of scripts to build and analyze dolphin communication models and communicate the results with domain experts.
- The models from IJCNN20, December 2019 are here.
- The version with DTW + HMMs is here, June 2020
- The HTK version of the Conv LSTM HMM Hybrid is here, Aug 2021
- The version that also includes a lot of evaluastion and training here Sep 2021
-
lib_dolphin
: Training and Evaluation of Machine Learning Models
-
pipeline.py
: Run this to build a model
-
decoder_worker.py
: Implement everything abotu decoding audio files
-
app.py
: Web server visualizing the results
-
notebooks
: Some experimental notebooks
-
templates
: HTML templates for webapp
-
dtw_index
: dtw index server in c++
-
dolphin_mnist
: java program to label audio data