Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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 |
+
}
|