MovieRecommender

This is code for a shiny app for a movie recommender based on collaborative filtering. It is a fork of https://github.com/pspachtholz/BookRecommender

For more information: See this kernel on Kaggle.com.

R packages required:

"shinydashboard","shinyjs", "devtools", "shiny","rsconnect", "recommenderlab", "data.table"

Also install ShinyRatingInput: devtools::install_github("stefanwilhelm/ShinyRatingInput")

To Run:

runApp('/path/to/MovieRecommender')