This app takes 35000 comments on the various food products on Amazon Shop and helps in filter various comments according to ratings given to product by the users.
This app also compares the Helpful and non helpful votes of particular comments according to the ratings given by potential consumers in order to analyze if the comments given are fake or true,helpful or not to future buyers.
# first install the R package "devtools" if not installed (install.packages("devtools")
devtools::install_github('unimi-dse/da079a3b')
Load the package.
require(commentanalysis)
The Data used is very big,so it may take some time for the Shiny app to load and also to plot graphs.
runapp()
- Shiny App: interactive web apps
- R language
This app takes Data from over 35000 comments on amazon and helps us to view various comments according to their ratings.It also plots graph to see the data of comments are helpful for future buyers and how much are not helpful
This page shows the Data table of various comments.The user has to select the rating in order to view the relevant comments according to the ratings gives to the product.
Here the app calculates the varous comments according to the ratings given by those comments and compares it with the helpful mete/votes given by the future customers who thought that the particular comment helped them to buy the product or not