diogenemudenge's picture
Upload README.md with huggingface_hub
a4a1a8a verified
|
Raw
History Blame
637 Bytes
---
title: SuperKart Forecast API
emoji: πŸ›’
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# SuperKart Forecast API (Docker Space)
Flask API for sales forecasting (served with **gunicorn**).
## Endpoints
- `/` – service info
- `/health` – status & model path
- `/model-info` – model type & params
- `/predict` – POST JSON
- `/predict-csv` – POST CSV (multipart)
## Environment
- `MODEL_PATH` β†’ `/app/model/superkart_best_tuned_RandomForest.joblib`
## Notes
- This Space is **Docker-based** (`sdk: docker`).
- The container binds to `$PORT` (default **7860**). The Dockerfile runs: