This repository contains scripts for data preprocessing, models training and some helper scripts
- Volodymyr Shargorodskyy
- Ivanna Trofymenko
- Bohdan Boklah
- Kateryna Prylutska
- Denys Stepchyn
Firstly, you need to install Python and Git on your machine.
Clone the project
git clone https://github.com/KatePril/IA-Data-Jam.gitNavigate to the project directory
cd IA-Data-Jam/Create virtual environment
python -m venv .venvInstall the required dependencies
pip install -r requirements.txtIf you want to open the project in Jupyter environment, run
jupyter notebook The environment will be accessible on http://127.0.0.1:8888