Omniscient Mozart, being able to transcribe everything in the music.
Project description
OMNIZART
Omnizart is a Python library that aims for democratizing automatic music transcription. Given polyphonic music, it is able to transcribe pitched instruments, vocal melody, chords, drum events, and beat. This is powered by the research outcomes from Music and Culture Technology (MCT) Lab.
Transcribe your favorite songs now in Colab!
Quick start
Visit the complete document for detailed guidance.
Pip
# Install omnizart
pip install omnizart
# Download the checkpoints
omnizart download-checkpoints
# Transcribe your songs
omnizart drum transcribe <path/to/audio.wav>
omnizart chord transcribe <path/to/audio.wav>
omnizart music transcribe <path/to/audio.wav>
Docker
docker pull mctlab/omnizart:latest
docker run -it mctlab/omnizart:latest bash
Supported applications
Application | Transcription | Training | Evaluation | Description |
---|---|---|---|---|
music | :heavy_check_mark: | :heavy_check_mark: | Transcribe musical notes of pitched instruments. | |
drum | :heavy_check_mark: | :interrobang: | Transcribe events of percussive instruments. | |
vocal | :heavy_check_mark: | :heavy_check_mark: | Transcribe note-level vocal melody. | |
vocal-contour | :heavy_check_mark: | :heavy_check_mark: | Transcribe frame-level vocal melody (F0). | |
chord | :heavy_check_mark: | :heavy_check_mark: | Transcribe chord progressions. | |
beat | :heavy_check_mark: | :heavy_check_mark: | Transcribe beat position. |
NOTES The current implementation for the drum model has unknown bugs, preventing loss convergence when training from scratch. Fortunately, you can still enjoy drum transcription with the provided checkpoints.
Compatibility Issue
Currently, Omnizart is incompatible for ARM-based MacOS system due to the underlying dependencies. More details can be found in the issue #38.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file omnizart-0.5.0.tar.gz
.
File metadata
- Download URL: omnizart-0.5.0.tar.gz
- Upload date:
- Size: 10.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.7.12 Linux/5.11.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0045153b17a022995f6892942d0c96cdbeba471edf20a45798262cebf783dab |
|
MD5 | cf3f58c27d5780c20cb4e43d188edee8 |
|
BLAKE2b-256 | 4e0b5f3411e4fa908fdf704cc5fef8a3caabe1b99e53ab09f86ebdc68589fd12 |
File details
Details for the file omnizart-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: omnizart-0.5.0-py3-none-any.whl
- Upload date:
- Size: 10.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.7.12 Linux/5.11.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bc708c61846dd79b24d91ee112753868b787aaaed85deb0ee90d9f92bab8d8f |
|
MD5 | a4f029f75191ae66f7fe708880d46644 |
|
BLAKE2b-256 | 461cd83d782080eb5f3c6b795b595da2776271373477fd917c488a6d44bccba1 |