This project performs sentiment analysis on restaurant reviews using a neural network model. It classifies reviews as positive or negative based on the sentiment expressed in the text.
The code is implemented in a Colab Notebook file (restaurant_review_sentiment_analysis.ipynb
). The notebook contains all the necessary code, explanations, and visualizations.
-
Download the notebook file
restaurant_review_sentiment_analysis.ipynb
to your local machine. -
Ensure that you have all the dependencies installed. You can install them by running the following command:
pip install -r requirements.txt