MuhammadHafizFassya commited on
Commit
e1b87e1
·
verified ·
1 Parent(s): e3caf90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -26
README.md CHANGED
@@ -1,26 +1,10 @@
1
- # Backend - Amazon Chronos Forecasting
2
-
3
- ## Setup & Run
4
-
5
- 1. **Virtual Environment**
6
- ```bash
7
- py -m venv .venv
8
- .venv\Scripts\activate
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