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.
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.