Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 339 Bytes

File metadata and controls

17 lines (10 loc) · 339 Bytes

Food Recommendation System

This a simple example on how to implement and use recommendation suystems in Spark / MLlib using the Play framework.

Setup

You will need:

  • Scala 2.10+
  • Play Framework
  • MongoDB

Download the food review file (500K reviews) using the download.sh script.

Running the system

$ play package run