Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,26 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
2. **Install Dependencies**
|
| 12 |
-
```bash
|
| 13 |
-
py -m pip install -r requirements.txt
|
| 14 |
-
```
|
| 15 |
-
|
| 16 |
-
3. **Environment Setup**
|
| 17 |
-
Copy `.env.example` to `.env` and adjust if needed.
|
| 18 |
-
|
| 19 |
-
4. **Run Server**
|
| 20 |
-
```bash
|
| 21 |
-
uvicorn app.main:app --reload
|
| 22 |
-
```
|
| 23 |
-
|
| 24 |
-
## Endpoints
|
| 25 |
-
- `GET /health`: Health check.
|
| 26 |
-
- `POST /api/forecast`: Main forecasting endpoint.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Chronos Predict Api
|
| 3 |
+
emoji: 📉
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Backend - Amazon Chronos Forecasting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|