Abhilash7 commited on
Commit
2ecc363
Β·
verified Β·
1 Parent(s): 7420642

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -14
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
- }