Skip to content

c-kosasih/Game-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Game Recommendation System

A content-based recommender system that helps users discover new video games based on their interests.

๐Ÿงฉ Features Used:

  • Developer
  • Rating
  • Platform
  • Genre
  • Publisher

These features are combined into a custom ๐Ÿฒ "soup feature", a text blend of all key attributes.

๐Ÿ”ง How It Works:

The soup is processed using ๐Ÿง  TF-IDF (Term Frequency-Inverse Document Frequency) to convert text into vectors. The system then calculates game similarity ๐Ÿ” and recommends titles based on content relevance ๐Ÿค.

About

A content-based recommender that suggests games by combining features into a soup feature. Uses TF-IDF to compute similarity and deliver personalized recommendations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors