You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, we developed a game recommendation engine based on Steam user data. This engine recommends games to users based on how much time they spent playing previous games and their similarity to other video game players.
A content-based recommender that suggests games by combining features into a soup feature. Uses TF-IDF to compute similarity and deliver personalized recommendations.
Game Recommender System is an AI-powered project developed as an assignment for TARUMT. It leverages machine learning techniques in Jupyter Notebook and Python to suggest video games tailored to user preferences.