Blood Analysis

SmearMorph

SmearMorph is a SYNTHETIC/DEMO blood analysis model for peripheral smear morphology classification. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified imaging data.

Imaging BioNexus License: Apache-2.0 v3.6.4 RTG 4.3 DL 71,684
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
Accuracy0.966Synthetic hold-out
Calibration (ECE)0.062Synthetic
InputsOutputs
Blood smear imageCell morphology labels

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-034-smearmorph/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<blood smear image>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-034-smearmorph

Version history

VersionStatusNotes
v3.6.0ArchivedSynthetic release note 0
v3.6.1ArchivedSynthetic release note 1
v3.6.2ArchivedSynthetic release note 2
v3.6.3ArchivedSynthetic release note 3
v3.6.4CurrentSynthetic release note 4

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