This recommendation model utilizes a content-based filtering approach to suggest games related to a user-entered title.
- It caluclates a weighted score using the IMDB formula for each title
- Get's the genre/tags of user-entered title
- Finds games with similar tags
- Gives recommendation based on the best weighted score.
The final usage is based on a GUI created through Gradio with multiple options including minimum year, maximum number of recommendations, platform choice etc.
Run the notebook main.ipynb
for usage