Skip to content

BairagiSaurabh/Summarization-of-Reviews

Repository files navigation

Summarization-of-Reviews

The ML model takes in a single URL from E-commerce website as an input and the number of pages you want to get reviews from and makes an interactive dashboard by extracting aspects and predicting sentiments for the reviews.

This model can save a lot of customers time by summarizing the whole bunch of reviews and displaying them in form of plots so that the customer can make better purchase decision.

Blog Link:

https://saurabh-bairagi.medium.com/summarizing-product-reviews-into-dashboard-ff7ead416228

Demo

Paste the URL in the below model and enter the starting page number (i:e 1) and also the number of pages you want to surf through the reviews and hit "Get Summary".

demo1

On the left side, you can see all the aspects extracted from the reviews and further you can click on any aspect to see the plots which give more insights about the aspect.

asp

By clicking on any aspect and the kind of review (positive or negative) that you want to read, the model displays the following table. Below you can see negative reviews for "camera".

cam

If you scroll down below, the following plots can be seen which talk about sentiments and the frequent words used while describing an aspect.

Bar Plot:

d1

Line Chart:

d2

Pie Chart:

d4

Wordcloud:

d3