Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 710 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 710 Bytes

Product Review Visualizer

Interactively visualizes customer's sentiment for your products based on reviews from Amazon!

An image for the UI of this project Another image for the UI of this project

Project logic

  • User select the product they want to investigate
  • Our scraper would scrape the Amazon review for this product
  • We run sentiment analysis on the Amazon review
  • Visualizes the result

Future improvements

  • Fix product dropdown UI
  • Amazon recently changed their web layout so our scraper can only fetch the first 100 of reviews. Fix this.
  • Change "product" to "type" in analyzed.csv
  • Date doesn't reflect on graph after selection