From 24d494dc1fbc1687c05eee44e95418be8dc4b31a Mon Sep 17 00:00:00 2001 From: Karol Cyganik Date: Wed, 13 Mar 2024 23:35:56 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c760fdf..0e2581f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# ium +# Inżynieria Uczenia Maszynowego + +To run the code you need to install all the packages from the requirements.txt file. Then just run main.py file. +Remember to have your Kaggle API token in the .kaggle folder in your home directory. + +```bash +pip install -r requirements.txt +python main.py +```