amartya06/signalsprint-api
0
Signal Sprint API
Docker Space backend for the Signal Sprint DMC image analysis API.
What it serves
GET /healthPOST /analyze
Local run
docker build -t signal-sprint-hf-backend .
docker run --rm -p 7860:7860 signal-sprint-hf-backendNotes
- The bundled model artifact is
artifacts/dmc_model.pkl. - If you push this repo to Hugging Face, use Git LFS for the model file.
