diogenemudenge commited on
Commit
cecc8f3
Β·
verified Β·
1 Parent(s): a4a1a8a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,10 +13,10 @@ pinned: false
13
  Flask API for sales forecasting (served with **gunicorn**).
14
 
15
  ## Endpoints
16
- - `/` – service info
17
- - `/health` – status & model path
18
- - `/model-info` – model type & params
19
- - `/predict` – POST JSON
20
  - `/predict-csv` – POST CSV (multipart)
21
 
22
  ## Environment
 
13
  Flask API for sales forecasting (served with **gunicorn**).
14
 
15
  ## Endpoints
16
+ - `/` – service info
17
+ - `/health` – status & model path
18
+ - `/model-info` – model type & params
19
+ - `/predict` – POST JSON
20
  - `/predict-csv` – POST CSV (multipart)
21
 
22
  ## Environment