AI-vBRAIN commited on
Commit
771bb0a
·
verified ·
1 Parent(s): 259a1d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -67,7 +67,7 @@ You can download any `.h5` file directly:
67
 
68
  ### Load a Model (Basic)
69
 
70
- ```python
71
  import tensorflow as tf
72
 
73
  # Load the model
@@ -79,7 +79,7 @@ output = model.predict(input_data)
79
 
80
  Here, input_data refers to a CT image, and the corresponding T1-weighted (T1w) image is produced as the output.
81
 
82
- For detailed instructions on how to use each module of the pyMEAL software, please refer to the tutorial section of our GitHub repository.
83
 
84
 
85
  ### How to Get Support
@@ -87,6 +87,4 @@ For detailed instructions on how to use each module of the pyMEAL software, plea
87
  For help, contact:
88
 
89
  - Dr. Ilyas (<amoiIyas@hkcoche.org>)
90
- - Dr. Maradesa (<amaradesa@hkcoche.org>)
91
-
92
- ---
 
67
 
68
  ### Load a Model (Basic)
69
 
70
+ ```python```
71
  import tensorflow as tf
72
 
73
  # Load the model
 
79
 
80
  Here, input_data refers to a CT image, and the corresponding T1-weighted (T1w) image is produced as the output.
81
 
82
+ For detailed instructions on how to use each module of the pyMEAL software, please refer to the tutorial section of our GitHub repository (https://github.com/ai-vbrain/pyMEAL).
83
 
84
 
85
  ### How to Get Support
 
87
  For help, contact:
88
 
89
  - Dr. Ilyas (<amoiIyas@hkcoche.org>)
90
+ - Dr. Maradesa (<amaradesa@hkcoche.org>)