A Demo for the Course Deep Learning for Music Processing, held in the Summer term 2025 at the University of Osnabrück.
Clone the repository. Open a terminal in the repository folder.
Create e.g. a conda environment with Python version 3.11 and activate it.
conda create -n omr python=3.11
conda activate omr
Install the requirements with pip
pip install -r requirements.txt
Run the notebook, selecting the venv just created as kernel.