Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alonsoir/recomendation-spark-engine
https://github.com/alonsoir/recomendation-spark-engine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alonsoir/recomendation-spark-engine
- Owner: alonsoir
- Created: 2016-04-18T09:52:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T13:56:41.000Z (over 8 years ago)
- Last Synced: 2024-08-03T05:01:55.192Z (5 months ago)
- Language: Scala
- Size: 1.32 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
blog-spark-recommendation
=========================Simple example on how to use recommenders in Spark / MLlib using the Play framework.
More info on our blog: http://chimpler.wordpress.com/2014/07/22/building-a-food-recommendation-engine-with-spark-mllib-and-play/UPDATE
2016/04/18I am going to start with this project in order to learn more about how to build recomendation engines using spark.
More info in my blog http://aironman2k.wordpress.com
TODO
update build.sbt to use latest versions of dependencies
Setup
=====You will need:
* Scala 2.10+
* Play Framework
* MongoDBDownload the food review file (500K reviews) using the `download.sh` script.
Running the example
===================$ cd $YOUR_PROJECT_FOLDER
$ sbt
$ play package run