2023-01-27 18:22:02 +01:00
|
|
|
# fuzzy-game-recommender
|
|
|
|
|
2023-01-27 18:36:52 +01:00
|
|
|
#### 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
|
|
|
|
|
2023-01-27 18:44:36 +01:00
|
|
|
If no ``GoogleNews-vectors-negative300.bin`` file is present, only ``games_processed.csv`` will be created.
|