A demo on how to use Prefect with DVC
src: consists of Python scriptsconfig: consists of configuration filesdata: consists of datanotebook: consists of Jupyter Notebookstests: consists of test files
- Install requirements:
pip install -r requirements.txtTo run all flows, type:
python src/main.py