Code Monkey home page Code Monkey logo

amazon's Introduction

amazon

Sentiment Analysis on Amazon user reviews.

Usage

  1. create a virtual environment
  2. Install packages using requirements.txt
  3. Go to python Console import nltk
  4. nltk.download('vader_lexicon')
  5. nltk.download('gutenberg')
  6. Install R
  7. Check if R runs in Command Line
  8. Install Rvest library in R
  9. To install Open R in Cmd
  10. install.packages('rvest')
  11. If installation fails try sudo apt-get install libxml2-dev
  12. Now start app using python manage.py runserver
  13. To view past result go to http://127.0.0.1:8000/analyse/data/
  14. go to http://127.0.0.1:8000/scrape/data/ (Check Issues below if this fails)

Current Issues

The R code is written to scrape the reviews from Amazon product pages. The scrape code no longer works, maybe due to change in Website, you need to fix this to make this project fully working.

To test this quickly, delete the contents in the userReviews.txt and paste few reviews into userReviews.txt in similar format as before.

What is Sentiment Analysis?

Alt text

Existing System

The existing system shows top positive and negative reviews, but these are of overall product. We still need to search for the specific feature we are looking for in the product, for example, if we are looking for a mobile which has good camera, but the mobile is rated bad due to its battery problem. There is no simple way to identify this, unless we manually read the reviews.

Alt text

Proposed System

We should have an option to search for specific feature of the product, for example we should be able to search for the reviews related to camera only of a particular mobile device.

Alt text

Modules

The problem can be solved by dividing into two modules as below Alt text

Architecture

The architecture of the project is Alt text

Results

The final results are Alt text

Conclusion

Alt text

amazon's People

Contributors

yashwanthv21 avatar raja-1996 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.