- Collected the IMDb dataset for movie reviews.
- Pre-processed the dataset using tools from nltk library and applied concepts of NLP - Bag Of Words, Stemming, Removal of words and Conversion to feature vectors.
- Trained the model using Logistic Regression and made a web app using Flask (Python).
- Got 90% test accuracy.