Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,10 @@ tags:
|
|
| 11 |
- medical-imaging
|
| 12 |
base_model:
|
| 13 |
- microsoft/resnet-50
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# Diabetic Retinopathy Detection Model
|
| 17 |
|
| 18 |
## Overview
|
| 19 |
|
|
@@ -82,6 +83,4 @@ print(f"Predicted class: {predicted_class}")
|
|
| 82 |
```
|
| 83 |
|
| 84 |
## License
|
| 85 |
-
This model is released under the **CC-BY-NC 4.0** license.
|
| 86 |
-
|
| 87 |
-
|
|
|
|
| 11 |
- medical-imaging
|
| 12 |
base_model:
|
| 13 |
- microsoft/resnet-50
|
| 14 |
+
pipeline_tag: image-classification
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# Diabetic Retinopathy Detection Model  
|
| 18 |
|
| 19 |
## Overview
|
| 20 |
|
|
|
|
| 83 |
```
|
| 84 |
|
| 85 |
## License
|
| 86 |
+
This model is released under the **CC-BY-NC 4.0** license.
|
|
|
|
|
|