balthazarneveu / interactive_pipe

create interactive image processing pipeline with friendly sliders
The Unlicense
8 stars 1 forks source link

#16 add graphviz based pipeline graph visualization #20

Closed balthazarneveu closed 1 year ago

balthazarneveu commented 1 year ago

Feature #16 Save execution graph... or simply display it inside a jupyter notebook

pip = HeadlessPipeline.from_function(sample_pipeline, inputs=[input_image], cache=False)
pip.graph_representation()

image