[Hackathon] feat: add image-native workflows#5107
Open
tanishqgandhi1908 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Video submission
https://youtu.be/qkMTI_r6Z-I
What changes were proposed in this PR?
This hackathon submission focuses on making image workflows feel first-class inside Texera.
Motivation
Texera already works well for tabular data, but image-heavy workflows are harder to inspect and explain. A user may have a folder of images, want to build a workflow over them, and then inspect visual outputs, yet the experience often collapses back into raw binary values or table-only results.
The goal of this idea is to make visual data feel natural in a no-code workflow canvas.
Visual Journeyside panel that explains the upstream flowMain changes
Visual Journeyside panel for richer visual explanations of how an output was produced.Why this matters
This makes Texera more useful for modern multimodal workflows such as image classification, visual QA, medical-image review, and report dashboards where the user needs to see both the data and the reasoning path through the workflow.
Image data in a table
HTML viewer of image
On click visual journey of data in side pane with steps
This submission highlights the image-workflow slice of the broader implementation also discussed in #5094.
Any related issues, documentation, discussions?
How was this PR tested?
Manual verification:
Visual Journeypanel opens from visualizer interactions.