FrancescoLR commited on
Commit
877f6af
·
verified ·
1 Parent(s): e133e90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
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 MedNeXt
123
- Upload an MRI scan (.nii.gz), enter your age and sex, and get a brain age prediction.
 
 
 
 
 
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():