By Matthew E. P. Davies, Sebastian Böck and Magdalena Fuentes
Resources and Jupyter Book for the ISMIR 2021 tutorial on Tempo, Beat and Downbeat estimation.
To jump directly to the hands on part:
To go directly to the book: https://tempobeatdownbeat.github.io/tutorial
We recommended you do this within a virtual environment:
conda create -n beat python=3.8
conda activate beat
git clone git@github.com:TempoBeatDownbeat/tutorial.git
cd rhythm_tutorial/
pip install -e .
cd rhythm_tutorial/
jupyter-book clean book/ # to remove any existing builds
jupyter-book build book/
A fully-rendered HTML version of the book will be built in book/_build/html/
.