CoolFace
Apppublic

git2025mlr/limbasuperkart

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

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.