Updates readme
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Diabetic Retinopathy Detection
|
3 |
emoji: 🐢
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
@@ -23,7 +23,7 @@ In this project, we handle large datasets efficiently by downloading, extracting
|
|
23 |
|
24 |
|
25 |
|
26 |
-
## Gradio Diabetic Retinopathy Detection App
|
27 |
<!--
|
28 |
<iframe src="https://bhimrazy-diabetic-retinopathy-detection.hf.space" frameborder="0" width="1920" height="1080"></iframe>
|
29 |
-->
|
@@ -42,3 +42,15 @@ Use the interactive interface below to upload retinal images and get predictions
|
|
42 |
2. Upload a retinal image by clicking on the "Upload Image" button.
|
43 |
3. Once the image is uploaded, the model will process it and provide predictions on the severity of diabetic retinopathy.
|
44 |
4. Interpret the results provided by the model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Diabetic Retinopathy Detection App
|
3 |
emoji: 🐢
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
|
|
23 |
|
24 |
|
25 |
|
26 |
+
## Gradio - Diabetic Retinopathy Detection App
|
27 |
<!--
|
28 |
<iframe src="https://bhimrazy-diabetic-retinopathy-detection.hf.space" frameborder="0" width="1920" height="1080"></iframe>
|
29 |
-->
|
|
|
42 |
2. Upload a retinal image by clicking on the "Upload Image" button.
|
43 |
3. Once the image is uploaded, the model will process it and provide predictions on the severity of diabetic retinopathy.
|
44 |
4. Interpret the results provided by the model.
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
## License
|
49 |
+
|
50 |
+
[MIT](./LICENSE)
|
51 |
+
|
52 |
+
|
53 |
+
## Authors
|
54 |
+
|
55 |
+
- [@bhimrazy](https://www.github.com/bhimrazy)
|
56 |
+
|