Skip to content

Enhancing Music Notation Addressability API implementation for MEI.

License

Notifications You must be signed in to change notification settings

music-addressability/ema-for-mei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMA for MEI (was Omas - Open MEI Addressability Service)

This web service implements the Music Addressability API.

Run

The easiest way to run your own instance of Omas is with Docker. For example this will start up an instance listening on http://0.0.0.0:5000

docker run -p 0.0.0.0:5000:5000 umdmith/omas

Build

Most requirements for Omas can be installed with pip:

pip install -r requirements.txt

The pymei library, however, needs to be installed manually. Clone the libmei project and follow these instructions to install the Python bindings.

Run the test server

Omas comes with a test server provided by Flask. To run it on port 5000 type:

python api.py

About

Enhancing Music Notation Addressability API implementation for MEI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published