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.
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 ๐ค.