abuhisham25 / Movie-Review-Rating-Predictor

Predict the star rating of a movie rating based on its content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie-Review-Rating-Predictor

This project implements a movie predictor which computes the star rating of a given movie review by analyzing its content using learning algorithms from the scikit-learn library, and data from IMDb movie ratings.

The project aims to solve the problem of predicting the possible score (rating) of a review based on the data in it.
We target the reviews of movies written by users at the IMDb website. At this website, users can write reviews on movies they have watched and include a rating from to of the movie.
Our job is to take the review written by a user and predict the value of the rating he gave alongside his review. In other words, the problem can be thought of as an advanced sentiment analysis system, which identifies whether a given text is positive or negative based on its contents. However, including levels of sentiment (in our case classes) can make the problem much more complicated, as we would see.

See movieRatingPredictor.pdf for implementation details.

Data Visualization

dataWordCloud

Contact

For more details about me, please see my LinkedIn page

About

Predict the star rating of a movie rating based on its content


Languages

Language:Python 70.6%Language:Shell 29.4%