Rerun Lakehouse Visualizer — Flickr8k Demo
Interactive multimodal visualization of the Flickr8k dataset stored in the Auraison lakehouse (s3://landing/flickr-8k/), powered by the
Rerun SDK.
What this demo shows:
- Loading image + caption pairs directly from MinIO S3 via
boto3 - Logging them to Rerun with a sequential timeline (
image_idx) - Saving a portable
.rrdrecording that can be shared or embedded - Embedding the Rerun web viewer in a Mintlify MDX page via
<iframe>
Step 1 — Load Captions from S3
Flickr8k caption file format: CSV withimage,caption columns.
Each image has 5 reference captions from different annotators.
Step 2 — Log Images + Captions to Rerun
We initialise a Rerun recording stream and save it to a.rrd file.
Each image is logged as rr.EncodedImage (JPEG bytes, no decode needed)
and each set of captions as rr.TextDocument with Markdown formatting.
Timeline: image_idx — a sequence timeline, one step per image.
Step 3 — Open in the Rerun Web Viewer
To view the recording locally, run:https://app.rerun.io — see the Mintlify Embed section below.
What Rerun shows
| Panel | Content |
|---|---|
| Left (Spatial 2D) | JPEG image — pan, zoom, inspect pixels |
| Right (Text Document) | 5 reference captions in Markdown |
| Bottom timeline | image_idx — scrub to navigate images |
Step 4 — Mintlify Embed (iframe)
The Rerun web viewer athttps://app.rerun.io can load any publicly hosted .rrd file
via its url query parameter. The embed below uses Rerun’s own ARKit Scenes example to
validate that the Mintlify <iframe> component renders correctly:
flickr8k_demo.rrd to a public URL
(e.g. Cloudflare R2, GitHub Releases, or MinIO with public bucket policy) and substitute
the url parameter.
Live Embed Test
The iframe below loads the Rerun web viewer with the ARKit Scenes example recording to verify that the Mintlify<iframe> component renders correctly:

