A production-style system that aggregates and analyzes user feedback from multiple sources to generate actionable insights.
- Multi-source integration (Google Play, CSV, App Store)
- Sentiment analysis (VADER)
- Trend detection
- Issue prioritization
- Streamlit dashboard
- PDF reporting
- FastAPI backend (Swagger docs)
pip install -r requirements.txtuvicorn app.main:app --reloadstreamlit run dashboard/app.pydocker-compose up --buildVisit: http://localhost:8000/docs
- Python
- FastAPI
- Streamlit
- VADER
- ReportLab
- Real-time alerts
- ML-based predictions
- Multi-language support