A newer version of the Gradio SDK is available: 6.14.0
metadata
title: ColliderML Simulation
emoji: ⚛️
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 5.50.0
python_version: '3.12'
app_file: app.py
pinned: true
license: apache-2.0
hf_oauth: true
ColliderML Simulation Service
Submit custom ColliderML simulation requests without installing anything
locally. This Space is a thin frontend for the ColliderML backend — it
sends the same payloads that the colliderml pip package sends and
returns the same results.
Usage
- Click Sign in with HuggingFace (you'll get 10 free credits on your first sign-in).
- Choose a physics channel, number of events, and pileup.
- Click Submit. You'll be given a request ID and an email when the job completes.
- Use the Chat tab if you'd rather describe what you need in plain English — the Claude-powered agent estimates the compute cost, checks your balance, and asks for confirmation before submitting.
Environment variables
| Variable | Purpose |
|---|---|
COLLIDERML_BACKEND |
Backend URL (default: https://api.colliderml.com) |
ANTHROPIC_API_KEY |
Required for the Chat tab. Without it the chat tab shows a "not configured" message. |
See also
- Event display — visualise existing datasets
- Leaderboard — benchmarks and credits
collidermlpip package — same capabilities from the CLI- Remote simulation guide
Deployment
Synced automatically from spaces/simulation-form/ on the
OpenDataDetector/ColliderML
repo via the sync-spaces.yml workflow.