This repository allows to compute an embedding of Steam tags, based on all Steam games and their respective tags.
A "tag" is a word or expression attached to a game, as can be seen on Steam.
Data is downloaded from SteamSpy API via the steamtags PyPI package.
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txt
To create the mapping by analyzing the joint occurences of tags for each game, run the Python script as follows:
python map_tags.py
Results are shown on the Wiki.
- a post on NeoGAF showing the map of tags.
- t-SNE:
- UMAP