Go to file
2023-01-31 19:26:24 +01:00
data Removed prints, new datasets, multiprocessing 2023-01-29 17:25:12 +01:00
fuzzy_controllers.py small change to fuzzy controler 2023-01-31 19:26:24 +01:00
main.py Removed prints, new datasets, multiprocessing 2023-01-29 17:25:12 +01:00
process_dataset.py add functionality to compare a game to the whole db 2023-01-29 14:00:16 +01:00
README.md Update 'README.md' 2023-01-27 18:44:36 +01:00
requirements.txt Removed prints, new datasets, multiprocessing 2023-01-29 17:25:12 +01:00

fuzzy-game-recommender

To run the project (for now):

pip install -r requirements.txt
python main.py

Processed dataset files are already provided, but can be created from the base games.csv file by running:

python process_dataset.py

If no GoogleNews-vectors-negative300.bin file is present, only games_processed.csv will be created.