Blood Analysis

HemeCount-CBC

HemeCount-CBC is a SYNTHETIC/DEMO blood analysis model for anomaly detection in complete blood count. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified tabular data.

Tabular EMBL-Synthetic License: CC-BY-4.0 v4.0.2 RTG 4.7 DL 367,608
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
F10.821Synthetic hold-out
Calibration (ECE)0.076Synthetic
InputsOutputs
CBC panelFlagged abnormalities

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-031-hemecount-cbc/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<cbc panel>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-031-hemecount-cbc

Version history

VersionStatusNotes
v4.0.0ArchivedSynthetic release note 0
v4.0.1ArchivedSynthetic release note 1
v4.0.2CurrentSynthetic release note 2

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