Skip to content

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

Notifications You must be signed in to change notification settings

abuhisham25/Movie-Review-Rating-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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