Update README.md
Browse files
README.md
CHANGED
@@ -26,15 +26,25 @@ It achieves the following results on the evaluation set:
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
-
|
|
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
-
|
|
|
|
|
38 |
|
39 |
## Training procedure
|
40 |
|
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
+
This model leverages the Vision Transformer (ViT) architecture to classify retinal images for early detection of Diabetic Retinopathy (DR). The fine-tuned model improves accuracy and generalization on medical imaging datasets.
|
30 |
+
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
+
### Intended Uses:
|
35 |
+
- Medical diagnosis support for Diabetic Retinopathy
|
36 |
+
- Research applications in ophthalmology and AI-based healthcare
|
37 |
+
|
38 |
+
### Limitations:
|
39 |
+
- Requires high-quality retinal images for accurate predictions
|
40 |
+
- Not a substitute for professional medical advice; should be used as an assistive tool
|
41 |
+
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
45 |
+
The model was trained on a curated dataset containing labeled retinal images. The dataset includes various severity levels of Diabetic Retinopathy, ensuring robustness in classification.
|
46 |
+
|
47 |
+
|
48 |
|
49 |
## Training procedure
|
50 |
|