Go to file
2023-01-27 18:44:36 +01:00
data move data to data dir 2023-01-27 18:43:32 +01:00
fuzzy_controllers.py Add notebook contents (plus a bit) as .py files 2023-01-27 18:26:45 +01:00
main.py move data to data dir 2023-01-27 18:43:32 +01:00
process_dataset.py move data to data dir 2023-01-27 18:43:32 +01:00
README.md Update 'README.md' 2023-01-27 18:44:36 +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.