Workflow Hub¶
Use this page after your first successful run, when the question changes from “does the SDK work?” to “what do I want to do with it?”
Choose The Job¶
| If you need to... | Start with | Typical output |
|---|---|---|
| compare algorithms in a reproducible study | Scientific Workflow | protocol bundle, study runs, comparisons |
| summarize a completed batch of runs | Study Analysis | aggregate metrics, evidence table, poster-ready figures |
| build a public proof folder | Research Evidence Bundle | model card, run cards, copied manifests, CSV index |
| prove whether input data is trustworthy | MDMP Quickstart | certification JSON, dashboard, trust grade |
| explain validated outputs locally | AI Assistant | guarded summaries and review notes |
| present the SDK live | Booth Demo Guide | showable code, poster, talk track |
Recommended Routes¶
Research¶
Getting Started
-> Scientific Workflow
-> Physiology Reference
-> Study Analysis
-> Evidence Base
Data Quality¶
MDMP Quickstart
-> MDMP Full Guide
-> Evidence Base
Presentation¶
Booth Demo Guide
-> iints demo-live
-> poster + talk track + proof bundle
Common Commands¶
iints study-ready --algo algorithms/example_algorithm.py --output-dir results/study_ready
iints run-doctor --algo algorithms/example_algorithm.py --patient-config-path patients/stable_patient.yaml --scenario-path scenarios/clinic_safe_baseline.json
iints evidence build --run demo=results/study_ready --output-dir results/evidence_bundle
iints data certify contracts/clinical_mdmp_contract.yaml data/my_trace.csv --output-json results/certification.json
iints ai report results/<run_id>
iints demo --output-dir results/live_demo --audience jury