This tutorial will guide you to build movie recommender engine using collaborative filtering with Spark's Alternating Least Saqures
-
server.py -> contains cherry server configurations
-
app.py -> contains app end-points
-
engine.py -> contains core engine
-
CherryPy
-
PasteScript
-
flask you can setting your environment as follow
conda create -n myenv python=3.5
source activate myenv
conda install cherrypy
conda install flask
conda install pastescript
conda install jupyter
jupyter notebook
$SPARK_HOME/bin/spark-submit server.py