From b0e5ebdfb57f0173a0b7e1fa72c890d60118ade5 Mon Sep 17 00:00:00 2001 From: Sammy Franklin Date: Wed, 11 Sep 2024 18:16:15 -0700 Subject: [PATCH] Updated README with demo gif --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b837d32..5ddeeed 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ ## Overview Graphbook is a framework for building efficient, visual DAG-structured ML workflows composed of nodes written in Python. Graphbook provides common ML processing features such as multiprocessing IO and automatic batching, and it features a web-based UI to assemble, monitor, and execute data processing workflows. It can be used to prepare training data for custom ML models, experiment with custom trained or off-the-shelf models, and to build ML-based ETL applications. Custom nodes can be built in Python, and Graphbook will behave like a framework and call lifecycle methods on those nodes. +

+ + Huggingface Pipeline Demo + +

Build, run, monitor!
+

+ ## Status Graphbook is in a very early stage of development, so expect minor bugs and rapid design changes through the coming releases. If you would like to [report a bug](https://github.com/graphbookai/graphbook/issues/new?template=bug_report.md&labels=bug) or [request a feature](https://github.com/graphbookai/graphbook/issues/new?template=feature_request.md&labels=enhancement), please feel free to do so. We aim to make Graphbook serve our users in the best way possible.