Netfizz ( Movie recommendation)

Create a hybrid recommendation system to suggest the most relevant movies for a user

Idea

About a year ago, I made a Spotify Recommendation project that I wasn't quite proud of, because it wouldn't work like a normal recommendation system. In this project, I used the movielens dataset to create a more realistic model. The model is hybrid ( it both uses content-based filtering and collaborative filtering ).

Then, I turned this model into an API using FastAPI and rendered it in a website. The results are quite satisfying to me.

Links