In response to a tweet reviewing a movie, recommend a movie based on:
ratings in the MovieLens Database
overall twitter reviews of the initial movie
– several text files identifed as positive or negative movie reviews
– multiple zipped csv files (for project used movies and ratings)
The process to Recommend was as follows:
Godzilla (2014) had negative sentiment and is tagged with the following genres: Action|Adventure|Sci-Fi|IMAX
gave rise to the following selections from movielens database:
And the top 3 with respect to twitter popularity were:
Olympus Has Fallen had a positive sentiment and is tagged with the following genres: Action|Thriller
gave rise to the following selections from the movielens database:
And the top 3 with respect to twitter popularity were:
– Solved by using additional dataset maintained by Standford University to train a prediction model
– Solved by using a particular twitter handle which had tweets in particular format
– For choosing top three searched for particular phrasing of “I rated movie #imdb”
Project enabled an exploration of recommendation systems where not much is known about the person recommending to (other than one tweet).
Project helped to understand how to get data from twitter
Project allowed exploration of text analysis including sentiment analysis
Further improvements include analysing additional meta data about the movie such as Directors, Actors, Producers, and even plot analysis for bettter recommendation
THANK YOU