An open API service indexing awesome lists of open source software.

https://github.com/stephencoady/film-recommender

A system to let users rate films and have films they may like recommended to them
https://github.com/stephencoady/film-recommender

Last synced: 11 months ago
JSON representation

A system to let users rate films and have films they may like recommended to them

Awesome Lists containing this project

README

          

Film-Recommender
================

An assignment for a second year algorithms class to model a recommendation system for films.

JavaFX used for GUI and recommendations carried out using a combination of dot product (between members)
to find similarities and content-based recommendations for the films themselves.