From 6aed792d44c90409e9f1ff99d7ab9d16c1053816 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Fri, 27 Jan 2023 18:36:52 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4866608..a912375 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # 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 + +...in the same directory as ``games.csv``. If no ``GoogleNews-vectors-negative300.bin`` file is present, only ``games_processed.csv`` will be created. \ No newline at end of file