Skip to content

A model trainer system to be integrated in the SPIRA project CD pipeline.

Notifications You must be signed in to change notification settings

spirabr/SPIRA-training

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

About

A model trainer system to be integrated in the SPIRA project CD pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •