/SentimentScan

Hey there! I'm SentimentScan, your go-to web app for understanding how people feel about Yelp restaurant reviews. I use the super-smart BERT model to quickly figure out if customers are happy or not. Trust me, I've got some serious NLP skills!

Primary LanguageHTML

SentimentScan - Yelp Restaurant Review 🍜

Welcome to SentimentScan, the Yelp restaurant review sentiment analyzer! SentimentScan is a simple yet powerful web app that uses the BERT model to help you understand the sentiments expressed in Yelp restaurant reviews. Whether you're a restaurant owner looking for insights or just curious about what people think, SentimentScan has got you covered.

SentimentScan.mp4

How to Run SentimentScan Locally

Follow these steps to run SentimentScan on your local machine:

🍜 Step 1: Clone the Repository

Clone the SentimentScan repository to your local machine using the following command:

git clone https://github.com/tuhinaww/SentimentScan.git

🍜 Step 2: Install Dependencies

Navigate to the project directory and install the required dependencies by running:

pip install -r requirements.txt

🍜 Step 3: Run the Application

Once the dependencies are installed, you can start the SentimentScan web app by running the following command in your terminal:

python yelp.py

This will launch the application locally, and you can access it in your web browser by going to http://your-ip:5000.