Voodoonoir305/musecoco-midi-generator
0
๐ต MuseCoco MIDI Generator
Generate MIDI files from text descriptions using the MuseCoco 1-billion parameter model from Microsoft Muzic.
How to use
- Enter a music description (e.g., "A calm piano piece in C major")
- Adjust temperature and top-k sampling
- Click Generate MIDI and download your file
API
POST /generate with JSON {"text": "...", "temperature": 1.0, "top_k": 15}
Returns {"status": "success", "attributes": {...}, "midi_base64": "..."}
