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
Metrics
| Metric | Value | Split |
|---|---|---|
| Accuracy | 0.966 | Synthetic hold-out |
| Calibration (ECE) | 0.062 | Synthetic |
| Inputs | Outputs |
|---|---|
| Blood smear image | Cell 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
| Version | Status | Notes |
|---|---|---|
| v3.6.0 | Archived | Synthetic release note 0 |
| v3.6.1 | Archived | Synthetic release note 1 |
| v3.6.2 | Archived | Synthetic release note 2 |
| v3.6.3 | Archived | Synthetic release note 3 |
| v3.6.4 | Current | Synthetic release note 4 |
Community contributions: 82 synthetic contributors have submitted evaluations and fine-tunes.