Skip to main content
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 .rrd recording that can be shared or embedded
  • Embedding the Rerun web viewer in a Mintlify MDX page via <iframe>
Prerequisites:

Step 1, Load Captions from S3

Flickr8k caption file format: CSV with image,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:
The recording can also be embedded in any web page using the hosted Rerun viewer at https://app.rerun.io, see the Mintlify Embed section below.

What Rerun shows

Step 4, Mintlify Embed (iframe)

The Rerun web viewer at https://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:
To embed the Flickr8k recording instead, upload 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: