Arko007 commited on
Commit
bdd2f55
·
verified ·
1 Parent(s): c52e3cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -19
README.md CHANGED
@@ -1,21 +1,12 @@
1
- license: mit
2
- language: en
3
- tags:
4
-
5
- image-classification
6
-
7
- medical-imaging
8
-
9
- diabetic-retinopathy
10
-
11
- resnet
12
-
13
- fine-tuning
14
-
15
- progressive-resizing
16
-
17
- sih-2025
18
- base_model: microsoft/resnet-50
19
 
20
  Progressively Resized ResNet50 for Diabetic Retinopathy Grading
21
  This repository contains a collection of ResNet50 models fine-tuned for classifying diabetic retinopathy severity. These models are the result of an advanced, multi-stage progressive resizing experiment.
@@ -77,6 +68,5 @@ model.load_state_dict(torch.load(weights_path, map_location='cpu'))
77
  model.eval()
78
 
79
  # 3. Preprocess your image using the correct size for the model you loaded
80
- # ...
81
 
82
  Developed by: Arko007 for SIH 2025.
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - microsoft/resnet-50
7
+ pipeline_tag: image-classification
8
+ library_name: keras
9
+ ---
 
 
 
 
 
 
 
 
 
10
 
11
  Progressively Resized ResNet50 for Diabetic Retinopathy Grading
12
  This repository contains a collection of ResNet50 models fine-tuned for classifying diabetic retinopathy severity. These models are the result of an advanced, multi-stage progressive resizing experiment.
 
68
  model.eval()
69
 
70
  # 3. Preprocess your image using the correct size for the model you loaded
 
71
 
72
  Developed by: Arko007 for SIH 2025.