Update 'README.md'
This commit is contained in:
parent
5a8495dad3
commit
6aed792d44
10
README.md
10
README.md
@ -1,2 +1,12 @@
|
|||||||
# fuzzy-game-recommender
|
# 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.
|
Loading…
Reference in New Issue
Block a user