Skip to content

unimi-dse/da079a3b

Repository files navigation

da079a3b

Amazon Comments analysis (35000 Comments Data)

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.

Installation

# first install the R package "devtools" if not installed (install.packages("devtools")
devtools::install_github('unimi-dse/da079a3b')

Usage

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.

Functions

  • runapp()
  • Technologies

    • Shiny App: interactive web apps
    • R language

    Description of the application

    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

    Tab 1 Data

    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.

    Tab 2 Ratings to helpful Graph

    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

    Tab 3 Ratings to Non helpful Graph

  • Here the app calculates the varous comments according to the ratings given by those comments and compares it with the non helpful mete/votes given by the future customers who thought that the particular comment meant nothing and were not at all helpful for their decision making
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages