Giter Site home page Giter Site logo

sparkreccengine's Introduction

Requirements:

1) Install JDK and set JAVA_HOME

2) Install Spark 1.6.2 and set SPARK_HOME

3) Include SPARK_HOME/bin in your PATH variable

4) Install sbt

Setup:

1) Clone this git project

2) You may use the provided sample ratings file in the data folder. Simply unzip both the files and use mongoimport to load data in to mongodb

Getting recommendations:

1) If you follow the instructions from setup above, you will have review_ratings details in a collection. 
   Otherwise you will have to provide your ratings in a 'review_ratings' collection

2) If required, you may generate a few sample user preferences (say 20) by creating random values for userId, businessId, review_stars fields. 
   Load this data in to a 'personal_ratings' collection

3) Submit recommendations program by executing submit-scala.sh script

   Usage: 
      submit-scala.sh [-h <host>] [-p <port>] [-d <db_name>] [-u <userId>]

4) Spark ML library uses ALS algorithm to generate recommendations and saves the output in a 'user_recommendations' collection

Questions or comments, you may write to [email protected]

sparkreccengine's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.