Model Forge
A framework to easily create machine learning models. It provides part for the orchestration and datapipeline of the machine learning model.
Contribution
To make contributions to this project first clone the repo:
git clone https://github.com/BartvanWoesik/model-forge.git
pip install poetry
poetry install
To setup up pre-commit:
pre-commit install