Music Information Retrieval#

PyPI Status Python Version License

Read the documentation at https://musicir.readthedocs.io/ Tests Codecov

pre-commit Black

Features#

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.

Requirements#

  • TODO

Installation#

You can install Music Information Retrieval via pip from PyPI:

$ pip install musicir

Usage#

Please see the Command-line Reference for details.

Contributing#

Contributions are very welcome. To learn more, see the Contributor Guide.

License#

Distributed under the terms of the MIT license, Music Information Retrieval is free and open source software.

Issues#

If you encounter any problems, please file an issue along with a detailed description.

Credits#

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.