This is a recommender system that suggests video games using Python
This was completed within the anaconda environment running Jupyter Notebook - Python 3.
-
Install Anaconda (Individual): https://www.anaconda.com/products/individual
-
Download either of the .ipynb files and the video_games.csv file to your system in a designated folder.
-
Launch Anaconda and launch Jupyter Notebook from the dashboard.
-
Navigate to and open the designated folder you saved the files into.
-
Open the .ipynb file and click "run" to run the code.
To get a game suggestion, edit the value in the final code block "recommend_game(your_game_here)". This game must be an exact match. refer to the .csv file for usable titles.