Giter Club home page Giter Club logo

amazon-review-sentiment-analysis's Introduction

Sentiment Analysis of Amazon Product Reviews

Introduction

This project aims to perform sentiment analysis on Amazon product reviews to extract valuable insights regarding customer opinions and satisfaction levels.

Setup

To set up the project environment, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/Amazon-Review-Sentiment-Analysis.git
  1. Navigate to the Project Directory: Use the cd command to navigate into the project directory:
cd Amazon-Review-Sentiment-Analysis`
  1. Create a Virtual Environment: Create a virtual environment to isolate project dependencies. Depending on your operating system, use one of the following commands:
  • On macOS/Linux:
    python3 -m venv venv
    
  • On Windows:
    python -m venv venv
    
  1. Activate the Virtual Environment: Activate the virtual environment using the appropriate command:
  • On macOS/Linux:
    source venv/bin/activate
    
  • On Windows:
    venv\Scripts\activate
    
  1. Install Dependencies: Install the required Python dependencies using pip:
pip install -r requirements.txt`
  1. Connect to reviewNB (Optional): Connect GitHub account to ReviewNB to help see changes between commits rather than the packaged json changes.

Dataset

The link to the dataset from 2018.

Steps to download datset:

  1. Navigate to the website and scroll down to the Files category.
  2. In the Per-category data section, download the 'Amazon Fashion' reviews dataset (the one with 883,636 reviews).
  3. Once downloaded, paste the .gz file into the data directory.

amazon-review-sentiment-analysis's People

Contributors

narayansharma-21 avatar lucymarn avatar ayushzenith 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.