We created two models to predict movies a user would like based on data from their Letterboxd account.

The content-based model recommends similar movies to the currently displayed movie and the other model sorts a list of similar movies to a Users’ watched and rated Letterboxd reviews with a dataset.

You can view a live website where the models are hosted here: MovieRecF24 A Letterboxd account is necessary to login, but no authentication is required to confirm you own the Letterboxd data.

You can view the source code here: GitHub