diogenemudenge commited on
Commit
a9d3d30
Β·
verified Β·
1 Parent(s): 02433e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -1,10 +1,13 @@
1
- ---
2
- title: Superkart Forecast Api
3
- emoji: 🌍
4
- colorFrom: red
5
- colorTo: yellow
6
- sdk: docker
7
- pinned: false
8
- ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
+ # SuperKart Forecast API (Docker Space)
 
 
 
 
 
 
 
2
 
3
+ Flask API for sales forecasting.
4
+
5
+ **Endpoints**
6
+ - `/` – service info
7
+ - `/health` – status & model path
8
+ - `/model-info` – model type & params
9
+ - `/predict` – POST JSON
10
+ - `/predict-csv` – POST CSV (multipart)
11
+
12
+ Environment:
13
+ - `MODEL_PATH` -> /app/model/<your-model>.joblib