ProstaMRI-Grade
ProstaMRI-Grade is a SYNTHETIC/DEMO cancer detection model for prostate lesion pi-rads grading. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified imaging data.
Imaging
Insilico BioFoundry
License: Apache-2.0
v3.5.0
RTG 5.0
DL 210,473
Metrics
| Metric | Value | Split |
|---|---|---|
| AUC | 0.828 | Synthetic hold-out |
| Calibration (ECE) | 0.079 | Synthetic |
| Inputs | Outputs |
|---|---|
| Multiparametric MRI | PI-RADS grade + confidence |
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-004-prostamri-grade/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<multiparametric mri>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-004-prostamri-grade
Version history
| Version | Status | Notes |
|---|---|---|
| v3.5.0 | Current | Synthetic release note 0 |
Community contributions: 71 synthetic contributors have submitted evaluations and fine-tunes.