MusicIR goal is to offer a simple API to accomplish common Music Information Retrieval tasks. It leverages other libraries but tries to keep the complexity low.
Currently it offers a very simple way to extract the harmony (Chord anotations) from leadsheets in musicxml format.
- TODO
You can install Music Information Retrieval via pip from PyPI:
$ pip install musicir
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Music Information Retrieval is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.