Interactive Playground

Experiment with lithography optimization models directly in your browser. Generate synthetic patterns, upload custom masks, and evaluate EPE/MRC metrics in real time.

science OPENLITHOHUB DEMO — HUGGINGFACE SPACES
OPEN IN NEW TAB open_in_new
hourglass

Waking up the Playground…

The Hugging Face Space sleeps after 48 hours of inactivity. First load may take 30s–2min while the container boots.

terminal

Run Locally

Install OpenLithoHub and run full evaluations on your own hardware with GPU acceleration.

pip install openlithohub[all] openlithohub eval --model dummy-identity --dataset lithobench
Installation guide →
description

Jupyter Integration

Use the magic extension for interactive evaluation in notebooks.

%load_ext openlithohub.jupyter %litho_eval predicted.pt target.pt --pixel-size 1.0
API reference →