Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] create a pipeline playground UI #368

Open
davidberenstein1957 opened this issue Feb 29, 2024 · 1 comment
Open

[FEATURE] create a pipeline playground UI #368

davidberenstein1957 opened this issue Feb 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@davidberenstein1957
Copy link
Member

Is your feature request related to a problem? Please describe.
I was speaking to Oras Al-Kubaisi, he proposed it might be nice to have a pipeline UI playground. I think it would be interesting to build something like this on external API framework to test what the pipeline looks like.

Describe the solution you'd like
perhaps something in streamlit or gradio could be an option but I'm not sure how extensive they are w.r.t. being able to define components.

Describe alternatives you've considered
Re-unning python code and looking at pandas/datasets reprs

Additional context
N.A.

@davidberenstein1957 davidberenstein1957 added the enhancement New feature or request label Feb 29, 2024
@gabrielmbmb
Copy link
Member

Hi @davidberenstein1957! This is an idea I had myself too :) I was thinking to build a small UI using Svelte that allows you to drag and drop steps from a catalog and connect them together, like no-code tools. It will generate the YAML, so you can run the pipeline from the CLI. I was thinking on hosting this on a hugging face space of course, and the pipeline could be executed from there too if desired :)

@gabrielmbmb gabrielmbmb self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants