The repository contains сode for ML and DL used in paper - TBA.
- notebooks - contains scripts (jupyter notebooks) for training and testing algoritms
- utils - contains defenition of DL models and useful functions for data processing
-
Install poetry
-
Install deps:
poetry installpython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements_mac_arm.txtThe dataset should be in the root of the repository in the ./data folder
On Linux:
poetry run jupyter-notebook notebooksOn MacOS:
jupyter-notebook notebooks