Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.12 KB

File metadata and controls

32 lines (20 loc) · 1.12 KB

Sentiment Analysis Dashboard

🚀 Full-stack project for analyzing product review sentiment across features like battery, camera, etc.

🎥 Demo Video

Watch the demo

image image image

Tech Stack

  • Frontend: Next.js + TypeScript + Recharts
  • Backend: Flask + SpaCy
  • ML Model: Aspect-based Sentiment using PhraseMatcher

Features

  • Upload CSV of reviews
  • Analyze aspect-level sentiment
  • Visualize with charts (bar, pie, word cloud, etc.)
  • Filter and compare by brand, platform, rating, etc.

How to Run

  1. cd server && python app.py
  2. cd frontend && npm install && npm run dev