feat: add Streamlit visualization dashboard

- Create interactive dashboard with company analysis page
- Add batch analysis with progress tracking and charts
- Include analytics page for historical data visualization
- Add system status monitoring
- Update requirements.txt with streamlit, plotly, pandas
- Document dashboard usage in README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-03-12 23:28:30 -04:00
parent 3479ba8a46
commit d4ba13846a
3 changed files with 383 additions and 1 deletions
+3
View File
@@ -9,3 +9,6 @@ psycopg2-binary
fastapi
uvicorn[standard]
httpx
streamlit
plotly
pandas