Generate your team's personalized "Year in Review" for your entire ZenML workspace — see pipeline stats across all projects, top contributors, fun awards, and more.
- Python 3.10+
- uv (recommended) or pip
- Node.js (optional, for
npx serve)
git clone https://github.com/zenml-io/zenml-wrapped.git
cd zenml-wrapped
uv sync
source .venv/bin/activate # On Windows: .venv\Scripts\activateAlternative: using pip
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install .zenml loginThis will prompt you to select and authenticate with your ZenML server.
python extract_metrics.pyThis extracts metrics from all projects in your workspace and generates data/metrics.json.
Options:
# Extract for a different year
python extract_metrics.py --year 2024
# Exclude specific projects (comma-separated)
python extract_metrics.py --exclude-projects "test-project,sandbox"Serve the site locally:
Using Python:
python -m http.server 8000Then open http://localhost:8000
Using Node.js:
npx serve .Then open http://localhost:3000
- The Numbers — Total runs, success rate, pipelines, artifacts, and models across your workspace
- Project Leaderboards — Rank projects by runs, success rate, or team size
- Time Analytics — Your busiest month, day, and hour
- Top Pipelines — Your most-run pipelines (with project labels)
- Awards — Fun recognition like "Pipeline Overlord", "Night Owl", "Weekend Warrior", plus project awards
- Team Stats — Per-user breakdown with individual achievements
- Fun Facts — Personalized insights about your ML journey
- Share Cards — Three downloadable card variants (Minimal, Standard, Detailed) for social sharing
Use the 🔒 toggle in the top-right corner to switch between real names and codenames. This lets you share your stats publicly without revealing sensitive project or pipeline names.
When anonymized:
- Projects get codenames like "Nebula Station", "Phoenix Rising"
- Pipelines get codenames like "Operation Thunderbolt", "Protocol Zephyr"
- Fun facts switch to generic versions without specific names
