Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urinieto/msaf
Music Structure Analysis Framework
https://github.com/urinieto/msaf
music-information-retrieval
Last synced: 4 days ago
JSON representation
Music Structure Analysis Framework
- Host: GitHub
- URL: https://github.com/urinieto/msaf
- Owner: urinieto
- License: mit
- Created: 2014-08-23T20:47:57.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T00:12:48.000Z (8 months ago)
- Last Synced: 2024-12-01T20:00:43.681Z (11 days ago)
- Topics: music-information-retrieval
- Language: Python
- Size: 25.6 MB
- Stars: 501
- Watchers: 24
- Forks: 79
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
- project-awesome - urinieto/msaf - Music Structure Analysis Framework (Python)
README
# Music Structure Analysis Framework #
A Python framework to analyze music structure.
[![PyPI version](https://badge.fury.io/py/msaf.svg)](https://badge.fury.io/py/msaf)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/urinieto/msaf/master/LICENSE.md)
[![Build Status](https://github.com/urinieto/msaf/actions/workflows/test.yaml/badge.svg)](https://github.com/urinieto/msaf/actions/workflows/test.yaml)
[![Coverage Status](https://coveralls.io/repos/github/urinieto/msaf/badge.svg?branch=master)](https://coveralls.io/github/urinieto/msaf?branch=master)
[![Documentation Status](https://readthedocs.org/projects/msaf/badge/?version=latest)](https://msaf.readthedocs.io/en/latest/?badge=latest)## Documentation ##
See https://msaf.readthedocs.io for a complete reference manual and introductory tutorials.
## Installation ##
From the root folder, type:
pip install .
(Note: you may need to create and activate a Python virtual environment with `python -m venv .venv` and `source .venv/bin/activate` first, depending on your system configuration).
## Demonstration Notebook ##
You can follow a thorough example on this titanic [Jupyter Notebook](https://github.com/urinieto/msaf/blob/main/examples/Run%20MSAF.ipynb).
## Citing MSAF ##
Nieto, O., Bello, J. P., Systematic Exploration Of Computational Music Structure Research. Proc. of the 17th International Society for Music Information Retrieval Conference (ISMIR). New York City, NY, USA, 2016 ([PDF](https://ccrma.stanford.edu/~urinieto/MARL/publications/ISMIR2016-NietoBello.pdf)).
## Credits ##
Created by [Oriol Nieto](http://marl.smusic.nyu.edu/nieto/) ().