This web service implements the Music Addressability API.
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
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.
Omas comes with a test server provided by Flask. To run it on port 5000 type:
python api.py