π Full-stack project for analyzing product review sentiment across features like battery, camera, etc.
- Frontend: Next.js + TypeScript + Recharts
- Backend: Flask + SpaCy
- ML Model: Aspect-based Sentiment using PhraseMatcher
- Upload CSV of reviews
- Analyze aspect-level sentiment
- Visualize with charts (bar, pie, word cloud, etc.)
- Filter and compare by brand, platform, rating, etc.
cd server && python app.pycd frontend && npm install && npm run dev
