Tanushree28 / Movie-Review-Sentiment-Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies_Review_Classification_NLP


I implemented a Natural Language Processing based project. The project is Movies Reviews Sentiment Analysis which classify that the given review about the movie is a positive review or a negative review. So i train my model on the movies reviews dataset and use that model for implement end to end application. End-to-end means i deployed this model using the Python Framework flask on the localhost. And also deploy on the heroku. So i used naive-bayes algorithm to train my model, this is probability based algorithm.

Heroku Deployed Link: https://predicitngmoviesentiment.herokuapp.com/

About


Languages

Language:Jupyter Notebook 99.8%Language:HTML 0.1%Language:CSS 0.1%Language:Python 0.0%