Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BrainIAC Model
|
2 |
|
3 |
This is the official implementation of the BrainIAC model, a 3D ResNet50-based architecture designed for brain MRI analysis.
|
@@ -43,4 +52,4 @@ torch>=2.0.0
|
|
43 |
monai
|
44 |
transformers
|
45 |
brainiac-model
|
46 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-classification
|
4 |
+
tags:
|
5 |
+
- Deep-Learnign
|
6 |
+
- FoundationModel
|
7 |
+
- MedicalImaging
|
8 |
+
- BrainMRI
|
9 |
+
---
|
10 |
# BrainIAC Model
|
11 |
|
12 |
This is the official implementation of the BrainIAC model, a 3D ResNet50-based architecture designed for brain MRI analysis.
|
|
|
52 |
monai
|
53 |
transformers
|
54 |
brainiac-model
|
55 |
+
```
|