Abhilash7 commited on
Commit
7420642
Β·
verified Β·
1 Parent(s): 29334ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -10
README.md CHANGED
@@ -1,10 +1,14 @@
1
- ---
2
- title: "Forecasting"
3
- emoji: "🐠"
4
- colorFrom: "yellow"
5
- colorTo: "blue"
6
- sdk: "docker"
7
- app_file: "app.py"
8
- pinned: false
9
- license: "apache-2.0"
10
- ---
 
 
 
 
 
1
+ # 🐍 FastAPI Forecasting App
2
+
3
+ This is a sample FastAPI application deployed on Hugging Face Spaces using Docker.
4
+ It contains a basic forecasting endpoint that simulates predictions.
5
+
6
+ ## πŸš€ Endpoints
7
+
8
+ - `GET /` – Root message.
9
+ - `POST /forecast` – Send a JSON body with:
10
+ ```json
11
+ {
12
+ "year": 2025,
13
+ "month": 5
14
+ }