You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data for this project is taken from Kaggle. It contains 50K Movie Reviews categorised into 'positive' and 'neagtive'. The review text is uncleaned and needs preprocessing. Find this data here.
Files
The code is written in python using google colab. Find all the for the project here.
Analysis
The analysis on this data is performed using Bernoulli Naive Bayes giving 87-88% accuracy and Multinomial Naive Bayes giving 88-89% accuracy.
End-to-End
The webapp to test this sentiment analysis model is built using streamlit. View streamlit docs here. Below is the image of the webapp desing.