Skip to content

Demo gallery

Real apps built with indah. Open the hosted gallery to try any of them right in your browser - no install, no clone. The notebook-native ones below also run in one click in Colab, embedded right in the cell. Every demo's source is a single Python file in examples/.

Open the gallery

Notebook-native

Model behind a UI, inline in a cell, over a single proxy-friendly port.

Demo Colab What it shows
Streaming chatbot Open In Colab A chat reply streamed token-by-token into role bubbles over SSE. The demo uses a mock reply; swap in a real model and the UI never freezes.
Image generation Open In Colab A prompt's picture refines from noise to a finished frame with real-time progress - real stable-diffusion-v1-5 frames, pre-recorded (no GPU in the hosted gallery) and replayed both forward and reverse.
Image classifier Open In Colab Pick a sample photo or upload your own; a real MobileNetV2 model runs on CPU and shows the top 5 predictions as a bar chart, per-session, so viewers do not collide.
Object detection Open In Colab Pick a sample photo or upload your own; a real SSD-MobileNetV1 model runs on CPU and boxes what it finds. Hover a box for its label, scroll to zoom in.

The hosted gallery also has standalone apps - dashboards, explorers, generators - that are built to run and deploy rather than sit in a notebook cell. See the Quickstart to write your own.