Reviewing products on Cell Phones and Accessories category.
Download the required dataset here.
Put the dataset in the following path
<project-root>/data/
- Clone the repo
git clone <repo-url> - Navigate to the repo
cd nlp-project - Create a virtual environment
python3 -m venv venv - Activate virtual environment
source venv/bin/activate - Install the requirements
pip install -r requirements.txt - Run whichever script you want