Menu

Aim of the Project

Aim of the Project

The aim of this project is to build a practical and efficient movie recommender that:

  • Recommends movies similar to a given movie title
  • Uses genre-based similarity instead of user-user similarity
  • Combines similarity with popularity using average ratings
  • Avoids large similarity matrices by using KNN
  • Can be deployed with a simple interactive interface using Gradio

By the end of this project, you will have a working recommendation engine that can suggest relevant movies with good accuracy.