Cancer Detection

GlioSeg-Brain

GlioSeg-Brain is a SYNTHETIC/DEMO cancer detection model for glioma segmentation & grading. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified imaging data.

Imaging BioNexus License: BSD-3-Clause v3.9.3 RTG 4.7 DL 158,878
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
Dice0.905Synthetic hold-out
Calibration (ECE)0.042Synthetic
InputsOutputs
Brain MRI (FLAIR/T1c)Tumor mask + grade

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-006-glioseg-brain/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<brain mri (flair/t1c)>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-006-glioseg-brain

Version history

VersionStatusNotes
v3.9.0ArchivedSynthetic release note 0
v3.9.1ArchivedSynthetic release note 1
v3.9.2ArchivedSynthetic release note 2
v3.9.3CurrentSynthetic release note 3

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