-
Notifications
You must be signed in to change notification settings - Fork 1
Home
clarissavazquez edited this page Jan 3, 2017
·
6 revisions
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.
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.