https://github.com/aadityaza/sentimentanlysis
Restaurant Review Sentiment Analysis using deep learning
https://github.com/aadityaza/sentimentanlysis
Last synced: 3 months ago
JSON representation
Restaurant Review Sentiment Analysis using deep learning
- Host: GitHub
- URL: https://github.com/aadityaza/sentimentanlysis
- Owner: Aadityaza
- Created: 2023-05-23T11:48:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T07:22:09.000Z (over 1 year ago)
- Last Synced: 2025-06-08T21:02:58.001Z (4 months ago)
- Language: Jupyter Notebook
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
## Notebook
The code is implemented in a Colab Notebook file (`restaurant_review_sentiment_analysis.ipynb`). The notebook contains all the necessary code, explanations, and visualizations.
## Usage
1. Download the notebook file `restaurant_review_sentiment_analysis.ipynb` to your local machine.
2. Ensure that you have all the dependencies installed. You can install them by running the following command:
```bash
pip install -r requirements.txtGradio Interface
