Spaces:
Runtime error
Runtime error
Delete README.md
Browse files
README.md
DELETED
@@ -1,14 +0,0 @@
|
|
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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|