An NLP model for analysing sentiment of Yelp reviews. It uses the Naïve Bayes classifier to classify a review as either 'good' or 'bad.' It uses Natural Language Toolkit to omit stopwords and punctuations while training the model. The model has a test accuracy of 91%
(Dataset source: https://www.kaggle.com/omkarsabnis/yelp-reviews-dataset)