TempoBeatDownbeat / tutorial

Tutorial on Tempo, Beat and Downbeat estimation

Home Page:https://tempobeatdownbeat.github.io/tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tempo, Beat and Downbeat Estimation

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: Open In Collab

To go directly to the book: https://tempobeatdownbeat.github.io/tutorial

Install

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 .

Building the book

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/.

About

Tutorial on Tempo, Beat and Downbeat estimation

https://tempobeatdownbeat.github.io/tutorial

License:Other


Languages

Language:Jupyter Notebook 74.1%Language:HTML 25.8%Language:TeX 0.1%Language:Python 0.0%Language:JavaScript 0.0%Language:CSS 0.0%