This service is created to give movie recommendations based on a users previous movie reviews.
The dataset which is used is the "MovieLens 100K Dataset"
The data is stored in a Neo4j database
The recommnedations are created with Cypher (can be seen in Recommendation_Handler.cs)
It uses a version of Jaccard index, inorder to give good recommendations.