CoolFace
Apppublic

Jynaxx/note-worthy-backend

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Note Worthy OMR Backend

Optical Music Recognition API powered by homr. Converts images and PDFs of sheet music into MusicXML.

Endpoints

  • —GET /health — Health check
  • —POST /recognize — Upload an image or PDF, receive MusicXML

Usage

bash
curl -X POST https://jynaxx-note-worthy-backend.hf.space/recognize \
  -F "file=@sheet-music.png"