For a proper installation, you need to install Poetry. You can find the installation instructions here.
Once you have Poetry installed, you can install the dependencies by running the following command:
poetry installThis will install all the dependencies listed in the pyproject.toml file.
To run the training script, you can use the following command:
poetry run python training_script.py