preethamganesh commited on
Commit
b8f7d2d
·
1 Parent(s): 4e04c5c

updated README.

Browse files

added Citation and Contact sections.

Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -77,3 +77,21 @@ print("Output shape:", output.shape)
77
  ## Dataset
78
 
79
  The model was trained on the LGG Segmentation Dataset, which contains Brain MRI images with FLAIR abnormalities labeled for segmentation tasks. The dataset is available on [Kaggle](https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  ## Dataset
78
 
79
  The model was trained on the LGG Segmentation Dataset, which contains Brain MRI images with FLAIR abnormalities labeled for segmentation tasks. The dataset is available on [Kaggle](https://www.kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation).
80
+
81
+ ## Citation
82
+
83
+ If you use this model in your research, please cite the repository:
84
+
85
+ ```bash
86
+ @misc{preethamganesh2024brainmri,
87
+ title={Brain MRI Segmentation - FLAIR Abnormality Segmentation},
88
+ author={Preetham Ganesh},
89
+ year={2025},
90
+ url={https://huggingface.co/preethamganesh/brain-mri-flair-abnormality-segmentation-v1-0-0},
91
+ note={Apache-2.0 License}
92
+ }
93
+ ```
94
+
95
+ ## Contact
96
+
97
+ For any questions or support, please contact [email protected].