Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
base_model:
|
| 8 |
+
- microsoft/resnet-50
|
| 9 |
+
- timm/vgg19.tv_in1k
|
| 10 |
+
- google/vit-base-patch16-224
|
| 11 |
+
- xai-org/grok-1
|
| 12 |
+
pipeline_tag: image-classification
|
| 13 |
+
tags:
|
| 14 |
+
- Ocular-Toxoplasmosis(FundusImages)
|
| 15 |
+
- Retinal-images(Diabetics,Cataract,Gulocoma,Healthy)
|
| 16 |
+
- Pytorch
|
| 17 |
+
- Transformers
|
| 18 |
+
- Image-Classification
|
| 19 |
+
- Image_feature_extraction
|
| 20 |
+
- Grad-CAM
|
| 21 |
+
- XAI-Visualization
|
| 22 |
+
---
|