Medical Imaging

BoneAge-Assess

BoneAge-Assess is a SYNTHETIC/DEMO medical imaging model for pediatric bone-age estimation. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified imaging data.

Imaging Genoma Institute License: BioFoundry Research v4.2.5 RTG 4.0 DL 145,373
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
MAE (mo)7.0Synthetic hold-out
Calibration (ECE)0.047Synthetic
InputsOutputs
Hand radiographBone age + CI

Run a synthetic prediction

Returns a deterministic synthetic result — clearly labeled, not for clinical use.

API integration

Call this model from your pipeline (demo — no real key required):

import requests
r = requests.post("https://api.biofoundry.ai/v1/models/bf-038-boneage-assess/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<hand radiograph>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-038-boneage-assess

Version history

VersionStatusNotes
v4.2.0ArchivedSynthetic release note 0
v4.2.1ArchivedSynthetic release note 1
v4.2.2ArchivedSynthetic release note 2
v4.2.3ArchivedSynthetic release note 3
v4.2.4ArchivedSynthetic release note 4
v4.2.5CurrentSynthetic release note 5

Community contributions: 18 synthetic contributors have submitted evaluations and fine-tunes.