Skip to content

tristaneljed/Spark-Food-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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