Music Transcription
Project description
Model Types
-
YMT3+
-
YPTF+Single
-
YPTF+Multi
-
YPTF+MoE+Multi 1
-
YPTF+MoE+Multi 2
pip install yourmt3
import gradio as gr
from yourmt3 import YMT3
from huggingface_hub import hf_hub_download
model = YMT3(hf_hub_download("shethjenil/Audio2Midi_Models","YMT3+.pt"),"YMT3+")
gr.Interface(lambda path,batch_size,progress=gr.Progress():model.predict(path,batch_size,lambda i,total:progress((i,total)),),[gr.Audio(type="filepath",label="Audio"),gr.Number(8,label="Batch Size")],gr.File(label="midi")).launch()
Based On
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yourmt3-0.1.4.tar.gz
(135.9 kB
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
yourmt3-0.1.4-py2.py3-none-any.whl
(161.8 kB
view details)
File details
Details for the file yourmt3-0.1.4.tar.gz.
File metadata
- Download URL: yourmt3-0.1.4.tar.gz
- Upload date:
- Size: 135.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d6fe897f55aead01916937e425299f4f8a0542480bc7595d516e182eaaae9a0
|
|
| MD5 |
460c8b24f4e0b894ccd0207b87513190
|
|
| BLAKE2b-256 |
1404848f17c50725186881c568e577257f2c420ae39846cb760a2d1fbb46bb9a
|
File details
Details for the file yourmt3-0.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: yourmt3-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 161.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0234f18694cb2caaf5c8c872af23647dc6bd530acb2ac40560e3d1699c37c860
|
|
| MD5 |
f04ec5321e9cb02b3807f7c00c96b27c
|
|
| BLAKE2b-256 |
baf2a539af7164e33fc345468ce30868409d611706bbf0d8cd106d9bde5996ad
|