Skip to content

Commit 4b1f24c

Browse files
easelclaude
andcommitted
Restore inline GIF demo, add MP4 and asciinema as clickable links
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 11f3208 commit 4b1f24c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Python library for working with table schemas in Universal Metadata Format (UMF)
2020

2121
## Demo
2222

23-
<video src="https://github.com/easel/tablespec/raw/main/examples/tablespec-demo-narrated.mp4" controls width="100%"></video>
23+
![tablespec demo](examples/tablespec-demo.gif)
2424

25-
The narrated demo walks through loading a UMF schema, generating SQL/PySpark/JSON schemas, type mappings, domain type inference, Great Expectations baseline generation, LLM prompt generation, UMF diffing, and PySpark validation with sample data generation.
25+
The demo walks through loading a UMF schema, generating SQL/PySpark/JSON schemas, type mappings, domain type inference, Great Expectations baseline generation, LLM prompt generation, UMF diffing, and PySpark validation with sample data generation.
26+
27+
[**Watch with narration (MP4)**](examples/tablespec-demo-narrated.mp4) | [**asciinema recording**](examples/tablespec-demo.cast)
2628

2729
Run it yourself:
2830

@@ -34,8 +36,6 @@ uv run python examples/demo.py
3436
uv run pytest tests/integration/test_demo.py
3537
```
3638

37-
An [asciinema recording](examples/tablespec-demo.cast) is also available for terminal playback with scrollback and copy-paste.
38-
3939
## Installation
4040

4141
### Using uv (recommended)

0 commit comments

Comments
 (0)