Jynaxx/note-worthy-backend
Merge pull request #4 from Jynax/claude/gh-issue-proxy
feat: add /feedback proxy endpoint for GitHub Issue creation
Merge pull request #3 from Jynax/claude/omr-comparison-tool
feat: add pipeline param to /recognize, return preview_image for PDFs
feat: add basic and full preprocessing pipelines (OpenCV)
feat: add pipeline registry with baseline pass-through
Merge pull request #2 from Jynax/claude/10-omr-post-processing
Add OMR post-processing: title cleanup + re-enable slurs/ties
fix: add libgl1 and libglib2.0 for OpenCV in slim image
Merge branch 'main' of https://huggingface.co/spaces/Jynaxx/note-worthy-backend
initial commit
Merge pull request #1 from Jynax/claude/08-hf-spaces-migration
feat: add startup weight validation, ready flag on health endpoint, update test fixtures
feat: update Dockerfile for HF Spaces (port 7860, non-root user, baked weights)
docs: add HF Spaces README with Docker SDK metadata
chore: add .dockerignore to keep image clean
fix: pin homr and pdf2image version ranges
feat: Dockerfile + Fly.io deployment config
feat: PDF-to-image conversion for OMR pipeline
feat: /recognize endpoint with homr OMR integration
fix: remove unnecessary pytest-anyio shim from requirements
chore: add pyproject.toml for pytest pythonpath config
feat: project scaffolding + health endpoint with tests
Initial commit
