ClementP commited on
Commit
0c34cd4
1 Parent(s): 99899ea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -5
README.md CHANGED
@@ -1,9 +1,28 @@
1
  ---
 
 
2
  tags:
3
- - pytorch_model_hub_mixin
4
- - model_hub_mixin
 
 
 
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
6
 
7
- This model has been pushed to the Hub using ****:
8
- - Repo: [More Information Needed]
9
- - Docs: [More Information Needed]
 
1
  ---
2
+ language: en
3
+ license: mit
4
  tags:
5
+ - fundus
6
+ - diabetic retinopathy
7
+ - classification
8
+ datasets:
9
+ - APTOS
10
+ - EYEPACS
11
+ - IDRID
12
+ - DDR
13
+ library: timm
14
+ model-index:
15
+ - name: densenet121.tv_in1k
16
+ results: []
17
  ---
18
+ # Fundus DR Grading
19
+
20
+ [![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com)
21
+ [![PyTorch](https://img.shields.io/badge/PyTorch-ee4c2c?logo=pytorch&logoColor=white)](https://pytorch.org/docs/stable/index.html)
22
+ [![Lightning](https://img.shields.io/badge/Lightning-792ee5?logo=lightning&logoColor=white)](https://lightning.ai/docs/pytorch/stable/)
23
+
24
+ ## Description
25
+
26
+ This project aims to evaluate the performance of different models for the classification of diabetic retinopathy (DR) in fundus images. The reported perfomance metrics are not always consistent in the literature. Our goal is to provide a fair comparison between different models using the same datasets and evaluation protocol.
27
+
28