Skip to content

spirabr/SPIRA-training-v3

Repository files navigation

SPIRA Training

A training pipeline to SPIRA project.

Development

SPIRA-training is built using Python and uses Docker for containerization.

To run the project on the host machine, poetry is required.

Installing dependencies

It's suggested to run the project with Docker. Alternatively, install poetry, then install the project packages:

# at the root
poetry install

Execution

To execute the project, run:

# at the root
make app

Alternatively, execute:

# at the root
poetry run python src/spira_training/main.py

Tests

To execute the tests, run:

# at the root
make unit-tests

Alternatively, execute:

# at the root
poetry run pytest

Authors

Acknowledgements

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages