suhanii23 commited on
Commit
6708be0
·
verified ·
1 Parent(s): e9b30b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -6
README.md CHANGED
@@ -1,13 +1,28 @@
1
  ---
2
- title: Dr Detector
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Diabetic Retinopathy Detector
3
+ emoji: 👁️
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
+ # 🏥 Diabetic Retinopathy Detection
14
+
15
+ An AI-powered tool for detecting diabetic retinopathy from retinal images.
16
+
17
+ ## How to Use
18
+ 1. Upload a retinal fundus image
19
+ 2. Click "Analyze Image"
20
+ 3. View the diagnosis and confidence scores
21
+
22
+ ## Model Details
23
+ - Architecture: Xception
24
+ - Input: 299x299 retinal images
25
+ - Classes: Normal, Mild, Moderate, Severe, Proliferative
26
+
27
+ ## Disclaimer
28
+ This tool is for educational purposes only. Not for medical diagnosis.