Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 556 Bytes

File metadata and controls

28 lines (18 loc) · 556 Bytes

ML - TEST API

Here’s the How to Run section in clean markdown format:

## 🚀 How to Run

### 1. Install dependencies
pip install flask flask_sqlalchemy prophet pandas

2. Create & seed the database with random data

flask seed

3. Run the server

flask run

4. Test endpoints