Skip to content

Optical Music Recognition software, project for Advanced Computer Vision subject

Notifications You must be signed in to change notification settings

Ratoone/music_sheet_reader

Repository files navigation

Optical Music Recognition

The purpose of this project is to recognize the notes from a music sheet. This includes tone, length, key, repetitions, measures, time signature, etc.

Installation

It's recommended to use a python virtual environment. To install it, activate it, and then install the required packages, run

pip install virtualenv
venv env
source env/bin/activate
pip install -r requirements.txt

Alternatively, on Windows, replace the third line with .\env\Scripts\activate.

If using a Windows machine, a binary installation of OpenCV may be preferred. Check this website for downloading the wheel binary.

Usage

#TODO: complete this part

About

Optical Music Recognition software, project for Advanced Computer Vision subject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages