2024-03-13 23:35:56 +01:00
|
|
|
# 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
|
|
|
|
```
|
2024-03-13 14:25:11 +01:00
|
|
|
|