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.
We recommended you do this within a virtual environment:
conda create -n beat python=3.8
conda activate beat
git clone [email protected]:magdalenafuentes/rhythm_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/
.