Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.31 KB

README_omrdatasettools.md

File metadata and controls

20 lines (14 loc) · 1.31 KB

Tools for working with Optical Music Recognition datasets

Build Status codecov PyPI version Documentation Status GitHub license

A collection of tools that simplify the downloading and handling of datasets used for Optical Music Recognition (OMR), which can be found here. These tools are available as Python package omrdatasettools on PyPi.

They simplify the most common tasks such as downloading and extracting a dataset, generating images from textual representations or visualizing those datasets.

Development setup

Create virtual environment by running

python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running tests