Skip to content

BharatKammakatla/Sentiment-Analysis_Restaurant-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍽️ Sentiment Analysis_Restaurant Reviews

Predict sentiment(+ve / -ve) of Restaurant Reviews using NLP.

To view a live example, click here

This repo consists of 2 parts:

  • Back-End
    • Consists of pyhton code for implementing sentiment analysis using TFIDF & RandomForestClassifier algorithms.
    • Datasets on which the model has been trained
  • Front-End
    • Website built with Flask app, which helps User to enter his review and see the prediction.

Installation instructions:

  • Clone the repo
  • pip install -r requirements.txt