Skip to content
clarissavazquez edited this page Jan 3, 2017 · 6 revisions

What MovieMe Does

MovieMe is a user-based movie recommendation engine for Android and iOS. That is to say that MovieMe recommends movies to users based on those that they like and have in common with other users. For example, if you and I both like The Lion King, and I like Toy Story, MovieMe will recommend Toy Story to you. On top of that, you can make direct recommendations to your friends.

How MovieMe Works

MovieMe utilizes Neo4j - a graph database - which treats data as a node with relationships to other nodes rather than as records in a table. All of the movie data comes from the Open Movie Database (OMDb). MovieMe also gives users the option to login using their Google account.

Midpoint Presentation

Final Presentation

Clone this wiki locally