CoolFace
Apppublic

Voodoonoir305/musecoco-midi-generator

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
App README

๐ŸŽต MuseCoco MIDI Generator

Generate MIDI files from text descriptions using the MuseCoco 1-billion parameter model from Microsoft Muzic.

How to use

  1. 1.Enter a music description (e.g., "A calm piano piece in C major")
  2. 2.Adjust temperature and top-k sampling
  3. 3.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": "..."}