Music Transcription
Project description
pip install yourmt3
Model Types
-
YMT3+
-
YPTF+Single
-
YPTF+Multi
-
YPTF+MoE+Multi 1
-
YPTF+MoE+Multi 2
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,confidence_threshold,instrument,progress=gr.Progress():model.predict(path,batch_size,confidence_threshold,instrument,lambda i,total:progress((i,total)),),[gr.Audio(type="filepath",label="Audio"),gr.Number(8,label="Batch Size"),gr.Slider(0,1,0.7,step=0.01,label="Confidence Threshold"),gr.Dropdown(["default","singing-only"])],gr.File(label="midi")).launch()
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.3.tar.gz
(262.3 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.3-py2.py3-none-any.whl
(222.2 kB
view details)
File details
Details for the file yourmt3-0.1.3.tar.gz.
File metadata
- Download URL: yourmt3-0.1.3.tar.gz
- Upload date:
- Size: 262.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f16e9f600f51da4ab2942760ec5864d6ecf0acaecdcb7d65bdd9e973613ddd47
|
|
| MD5 |
d1be79a4cf9ff526d167713fe9384183
|
|
| BLAKE2b-256 |
031b2af691b35f8a3445c204005f397d34df46b9380a4c56f90ba664410c834d
|
File details
Details for the file yourmt3-0.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: yourmt3-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 222.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95b6c6d62577935c79ed687d0bbdeb0824cd33b9c8413c1acb37a09c48e7e9b5
|
|
| MD5 |
e933f55a7807cd247f11a5184d1b9cb6
|
|
| BLAKE2b-256 |
8ddbc7643905592f7c41aadbbbccf232687256f2f3f814e66a79d0fa81daea6c
|