Awesome
Prefect + DVC Demo
A demo on how to use Prefect with DVC
Tools Used in This Project
Project Structure
src
: consists of Python scriptsconfig
: consists of configuration filesdata
: consists of datanotebook
: consists of Jupyter Notebookstests
: consists of test files
Set Up the Project
- Install requirements:
pip install -r requirements.txt
Run the Project
To run all flows, type:
python src/main.py