Jynaxx/note-worthy-backend
0
Note Worthy OMR Backend
Optical Music Recognition API powered by homr. Converts images and PDFs of sheet music into MusicXML.
Endpoints
GET /health— Health checkPOST /recognize— Upload an image or PDF, receive MusicXML
Usage
curl -X POST https://jynaxx-note-worthy-backend.hf.space/recognize \
-F "file=@sheet-music.png"