Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,8 +119,13 @@ def predict_brain_age(nifti_file, actual_age, sex):
|
|
119 |
# 🔹 Gradio Interface Setup
|
120 |
with gr.Blocks() as demo:
|
121 |
gr.Markdown("""
|
122 |
-
# 🧠 Brain Age Prediction with
|
123 |
-
Upload
|
|
|
|
|
|
|
|
|
|
|
124 |
""")
|
125 |
|
126 |
with gr.Row():
|
|
|
119 |
# 🔹 Gradio Interface Setup
|
120 |
with gr.Blocks() as demo:
|
121 |
gr.Markdown("""
|
122 |
+
# 🧠 Brain Age Prediction with BrainAgeNeXt
|
123 |
+
Upload a preprocessed T1w MRI scan (.nii.gz), enter the age and sex, and get a brain age prediction.
|
124 |
+
|
125 |
+
The following preprocessing are required.
|
126 |
+
1. Skull-stripping using [SynthStrip](https://surfer.nmr.mgh.harvard.edu/docs/synthstrip/) with the `--no-csf` flag for optimal results.
|
127 |
+
2. N4 bias field correction using [ANTs] (https://github.com/ANTsX/ANTs/wiki/N4BiasFieldCorrection).
|
128 |
+
3. Affine registration to the MNI 1mm isotropic template space.
|
129 |
""")
|
130 |
|
131 |
with gr.Row():
|