Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 400 Bytes

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