MT3 Music Transcription Library
Project description
from huggingface_hub import hf_hub_download
from shutil import unpack_archive
from mt3_audio2midi import MT3
import nest_asyncio
nest_asyncio.apply()
unpack_archive(hf_hub_download("shethjenil/Audio2Midi_Models","mt3.zip"),"mt3_model",format="zip")
unpack_archive(hf_hub_download("shethjenil/Audio2Midi_Models","ismir2021.zip"),"ismir2021_model",format="zip")
mt3_model = MT3("mt3_model")
ismir2021_model = MT3("ismir2021_model","ismir2021")
mt3_model.predict(audio_path)
ismir2021_model.predict(audio_path)
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
mt3_audio2midi-0.2.0.tar.gz
(2.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mt3_audio2midi-0.2.0.tar.gz.
File metadata
- Download URL: mt3_audio2midi-0.2.0.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c83091274c8ddb1ddc69a176d3f10ae12d106c67b631841d86fa7c8b23d79f5
|
|
| MD5 |
59b01d533d0d7b8cd9bb5bbb06884c6e
|
|
| BLAKE2b-256 |
2f431df77c96ccdcdc0dbf26d0110bd75ee98fb011d55d572999a72a75adabce
|
File details
Details for the file mt3_audio2midi-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: mt3_audio2midi-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 2.5 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
482303ab3cdc6fd6a7cde6d9e7da5cb2d42b5c4f6f7f704903e4ec538a87109c
|
|
| MD5 |
01fe7b215b0dcaa84f474f9af6ee86de
|
|
| BLAKE2b-256 |
92f4232dd2c2f3b20b4ed3e5e6df6e08a61cc3777223f27a5663fbc3c3aa16ff
|