Movie Recommender November 2013

Project Description

Our application leverages movie reviews collected from over 800 users to recommend movies that two people of different age, gender, and occupation might like to watch. We built a simple collaborative filter which finds other users that are similar to you and your friends and then recommends movies that those users enjoyed.

Demonstration Link

Team Members:

  • Christopher Fan (d3 visualization)
  • Chalenge Masekera (d3 visualization)
  • Vanessa McAfee (avascript movies recommendation)
  • Kelly Park (HTML/CSS)

Technical Details

The movie rating data is from the MovieLens 100K data set http://www.grouplens.org/datasets/movielens/

We display the movie data by showing colored circles which represent movies. The size of the circle is determined by how popular the movie was (popularity score is a raw score of users who rated the movie either 4 or 5 stars). Movies on the left of the screen are movies that user1 might enjoy that user2 might not. Movies in the center are those that both people would enjoy. And movies on the right are movies user2 would enjoy that user2 might not.

When a user hovers over a movie circle, the title of the movie and the popularity score is shown. Clicking the hovercard will take the user to the movie's imdb page.

Github Link: https://github.com/christopherfan/movie