A project by Gilbert, Enson and Minh Tri Our team of 3 created this project to determine which genre of games on Steam is the most successful.
We referenced the Steam Web API to collect data from Steam.
https://steam-games-dashboard.streamlit.app/
Requirements:
Python version 3.10.11 or above
Instructions:
To run this, first clone the repository:
git clone https://github.com/minhtribui153/steam-games-dashboard
cd steam-games-dashboard
Then, install required packages:
pip install -r requirements.txt
Finally, deploy the dashboard:
streamlit run dashboard.py
The console should automatically redirect you to the dashboard. If it does not, click the link in the output to direct yourself to the dashboard.
This is a video demonstration to how it works like: Video Demonstration