Spaces:
Configuration error
Configuration error
File size: 334 Bytes
ce98b8d 7136657 a3073c2 7136657 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
title: Trend Summarizer AI
emoji: 📈
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
---
# Trend Summarizer AI
## Local Development
1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Run FastAPI:
```bash
uvicorn dashboard_app.main:app --host 127.0.0.1 --port 8001 --reload
```
|