Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 688 Bytes

TripAdvisor reviews sentiment

Using the data from Kaggle, we will be generating a model that would predict the rating of a hotel based on a review given by the user.

Setup

Create a python virtual environment.

python -m venv ./.env

Activate the python virtual environment.

source ./.env/bin/activate

Install the required libraries and dependencies.

pip install -r requirements.txt

The commands are given for MacOS. Some of them are similar to other systems and others aren't. You will have to confirm the commands for your system if you don't use MacOS and it doesn't work.