Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 666 Bytes

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