warbler is a pipeline for segmenting, clustering and visualizing Adelaide's warbler songs, which uses a dataset from Dr. David Logue of The Birdsong Lab. This pipeline uses UMAP to perform dimensionality reduction, and HDBSCAN and Fuzzy C-Means for clustering. We also developed avs for the purpose of excluding noise from our dataset.
This research is motivated by the repositories of Dr. Tim Sainburg (AVGN and vocalization segmentation) and Dr. Mara Thomas (UMAP Tutorial).
sudo apt install graphviz graphviz-dev
sudo apt install ffmpeg
pyenv install 3.11.2
pyenv local 3.11.2
python -m venv venv
"venv/Scripts/activate"
source venv/bin/activate
pip install -U -r requirements.txt && pip install -U -r local.txt