https://github.com/otsob/musii-kit
A collection of tools for computational musicology.
https://github.com/otsob/musii-kit
Last synced: 5 months ago
JSON representation
A collection of tools for computational musicology.
- Host: GitHub
- URL: https://github.com/otsob/musii-kit
- Owner: otsob
- License: mit
- Created: 2021-11-28T06:37:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T18:42:51.000Z (over 1 year ago)
- Last Synced: 2025-01-18T19:30:29.751Z (over 1 year ago)
- Language: Python
- Size: 812 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Musii-kit: Tools for interactive computational music analysis
[](https://opensource.org/licenses/MIT)

A collection of tools for computational musicology, especially using Jupyter Notebooks for music analysis. This has been
greatly inspired by the example notebooks associated with the excellent book
[Fundamentals of Music Processing](https://www.audiolabs-erlangen.de/fau/professor/mueller/bookFMP).
## Dependencies
* Python (tested with 3.11)
* Jupyter
* Poetry
* Rust (for `posemirpy`)
* [Bump2version](https://pypi.org/project/bump2version/) for version bumping
## Installation
Run `poetry run ./install_kernel.sh` to install the musii-kit jupyter kernel.
## Running in a Docker container
Musii-kit can also be run in a Docker container. The Docker images for musii-kit can be found
on [GitHub container registry](https://github.com/otsob/musii-kit/pkgs/container/musii-kit),
e.g. `ghcr.io/otsob/musii-kit:0.1`
for version `0.1.x``