Spaces:
Configuration error
Configuration error
| 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 | |
| ``` | |