A Python QT GUI Based project to predict whether a review is positive review or a negative review employing Natural language processing
The model is pretrained and used as "Regression_model.sav". To use the project run Review_it_GUI.py
- PyQt5
- pickle
- SKLearn
- re module
- nltk