An open API service indexing awesome lists of open source software.

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

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

Gradio Interface
![image](https://github.com/Aadityaza/SentimentAnlysis/assets/45432533/e71b5ed4-5532-4df3-9b3e-4ec26169f00d)