Spaces:
Running
Running
Cross-link Space, model and dataset; state the model's actual role in the demo
Browse files
README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title: MEDTRACE
|
| 3 |
-
colorFrom:
|
| 4 |
-
|
| 5 |
-
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
app_file: index.html
|
|
|
|
| 8 |
license: mit
|
| 9 |
short_description: Longitudinal AI for brain-MRI disease evolution
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- medical-imaging
|
| 12 |
- mri
|
|
@@ -67,6 +71,12 @@ tags:
|
|
| 67 |
> [dataset repository](https://huggingface.co/datasets/AIOmarRehan/medtrace-rhuh-gbm-derived), and
|
| 68 |
> both renderers run on your GPU. Nothing is computed on request.
|
| 69 |
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
> [Model](https://huggingface.co/AIOmarRehan/medtrace-brats-segresnet) 路
|
| 71 |
> [Dataset](https://huggingface.co/datasets/AIOmarRehan/medtrace-rhuh-gbm-derived) 路
|
| 72 |
> [Code](https://github.com/AIOmarRehan/medtrace)
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MEDTRACE
|
| 3 |
+
colorFrom: indigo
|
| 4 |
+
colorTo: blue
|
|
|
|
| 5 |
sdk: static
|
| 6 |
app_file: index.html
|
| 7 |
+
pinned: true
|
| 8 |
license: mit
|
| 9 |
short_description: Longitudinal AI for brain-MRI disease evolution
|
| 10 |
+
models:
|
| 11 |
+
- AIOmarRehan/medtrace-brats-segresnet
|
| 12 |
+
datasets:
|
| 13 |
+
- AIOmarRehan/medtrace-rhuh-gbm-derived
|
| 14 |
tags:
|
| 15 |
- medical-imaging
|
| 16 |
- mri
|
|
|
|
| 71 |
> [dataset repository](https://huggingface.co/datasets/AIOmarRehan/medtrace-rhuh-gbm-derived), and
|
| 72 |
> both renderers run on your GPU. Nothing is computed on request.
|
| 73 |
>
|
| 74 |
+
> **The linked model is published alongside this demo, not run by it.** Every outline and every
|
| 75 |
+
> measurement shown comes from the expert-corrected segmentations that ship with RHUH-GBM. That is
|
| 76 |
+
> deliberate: RHUH-GBM is post-operative and post-treatment, and the model was trained on
|
| 77 |
+
> pre-operative scans only, so the one dataset published here is the one regime the model was not
|
| 78 |
+
> trained for. The model card gives the reasoning and the numbers behind it.
|
| 79 |
+
>
|
| 80 |
> [Model](https://huggingface.co/AIOmarRehan/medtrace-brats-segresnet) 路
|
| 81 |
> [Dataset](https://huggingface.co/datasets/AIOmarRehan/medtrace-rhuh-gbm-derived) 路
|
| 82 |
> [Code](https://github.com/AIOmarRehan/medtrace)
|