git2025mlr/limbasuperkart
0
SuperKart Backend API
This backend exposes a /predict endpoint that returns sales predictions using the trained model.
Endpoints
GET /
Health check.
POST /predict
Send JSON payload: { "data": [ { "ProductId": "...", "ProductWeight": 10.5, ... } ] }
Returns: { "predictions": [value] }
Deployment
This backend runs as a Hugging Face Docker Space using the included Dockerfile.
