Skip to content

A web app that provides movie recommendations, based on already watched movie ratings, using collaborative filtering.

Notifications You must be signed in to change notification settings

JohnPapad/Movies-Recommendation-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies-Recommendation-App

A web app that provides movie recommendations, based on already watched movie ratings, using collaborative filtering.
At first, the user has to rate at least 5 movies and then 10 movie recommendations will be presented. Recommendations update every 3 new ratings, or when the user rates one of the recommended movies.
The Pearson correlation coefficient was used.

Stack

  • Express (Node.js)
  • SQLite
  • JavaScript

The app implements a RESTful architecture.

How to run locally

~$ node index.js

Navigate to localhost:3000

About

A web app that provides movie recommendations, based on already watched movie ratings, using collaborative filtering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published