Predict sentiment(+ve / -ve) of Restaurant Reviews using NLP.
To view a live example, click here
- 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.
- Clone the repo
- pip install -r requirements.txt