CoolFace
Apppublic

amartya06/signalsprint-api

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

Signal Sprint API

Docker Space backend for the Signal Sprint DMC image analysis API.

What it serves

  • —GET /health
  • —POST /analyze

Local run

bash
docker build -t signal-sprint-hf-backend .
docker run --rm -p 7860:7860 signal-sprint-hf-backend

Notes

  • —The bundled model artifact is artifacts/dmc_model.pkl.
  • —If you push this repo to Hugging Face, use Git LFS for the model file.