Skip to content

nydbubble/nlp-project

Repository files navigation

Amazon Product Reviews Analysis

Reviewing products on Cell Phones and Accessories category.

Data requirement

Download the required dataset here.

Put the dataset in the following path

<project-root>/data/

Getting Started

  1. Clone the repo
    git clone <repo-url>
    
  2. Navigate to the repo
    cd nlp-project
    
  3. Create a virtual environment
    python3 -m venv venv
    
  4. Activate virtual environment
    source venv/bin/activate
    
  5. Install the requirements
    pip install -r requirements.txt
    
  6. Run whichever script you want

About

Analysing reviews on Amazon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages