Skip to content

Inventrohyder/ailab-review_sentiment

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published