MahimaTayal123 commited on
Commit
2324f86
·
verified ·
1 Parent(s): 4533b14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -26,15 +26,25 @@ It achieves the following results on the evaluation set:
26
 
27
  ## Model description
28
 
29
- More information needed
 
30
 
31
  ## Intended uses & limitations
32
 
33
- More information needed
 
 
 
 
 
 
 
34
 
35
  ## Training and evaluation data
36
 
37
- More information needed
 
 
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