HemeBlast-Leuk
HemeBlast-Leuk is a SYNTHETIC/DEMO cancer detection model for acute leukemia blast cell classification. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified imaging data.
Imaging
MayoBio Labs
License: BioFoundry Research
v2.4.9
RTG 5.0
DL 248,532
Metrics
| Metric | Value | Split |
|---|---|---|
| Accuracy | 0.858 | Synthetic hold-out |
| Calibration (ECE) | 0.025 | Synthetic |
| Inputs | Outputs |
|---|---|
| Blood smear microscopy | Blast % + subtype |
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-009-hemeblast-leuk/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<blood smear microscopy>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-009-hemeblast-leuk
Version history
| Version | Status | Notes |
|---|---|---|
| v2.4.0 | Archived | Synthetic release note 0 |
| v2.4.1 | Archived | Synthetic release note 1 |
| v2.4.2 | Archived | Synthetic release note 2 |
| v2.4.3 | Archived | Synthetic release note 3 |
| v2.4.4 | Archived | Synthetic release note 4 |
| v2.4.5 | Archived | Synthetic release note 5 |
| v2.4.6 | Archived | Synthetic release note 6 |
| v2.4.7 | Archived | Synthetic release note 7 |
| v2.4.8 | Archived | Synthetic release note 8 |
| v2.4.9 | Current | Synthetic release note 9 |
Community contributions: 22 synthetic contributors have submitted evaluations and fine-tunes.