Transformers
image-processing
medical-imaging
fundus
retinal-imaging
diabetic-retinopathy
ophthalmology
clahe
preprocessing
Instructions to use iszt/eye-clahe-processor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iszt/eye-clahe-processor with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("iszt/eye-clahe-processor", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
---
|
| 15 |
|
| 16 |
# EyeCLAHEImageProcessor
|
| 17 |
|
|
@@ -170,4 +170,4 @@ If you use this processor in your research, please cite:
|
|
| 170 |
year={2026},
|
| 171 |
url={https://huggingface.co/iszt/eye-clahe-processor}
|
| 172 |
}
|
| 173 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-feature-extraction
|
| 4 |
+
library_name: transformers
|
| 5 |
+
tags:
|
| 6 |
+
- image-processing
|
| 7 |
+
- medical-imaging
|
| 8 |
+
- fundus
|
| 9 |
+
- retinal-imaging
|
| 10 |
+
- diabetic-retinopathy
|
| 11 |
+
- ophthalmology
|
| 12 |
+
- clahe
|
| 13 |
+
- preprocessing
|
| 14 |
+
---
|
| 15 |
|
| 16 |
# EyeCLAHEImageProcessor
|
| 17 |
|
|
|
|
| 170 |
year={2026},
|
| 171 |
url={https://huggingface.co/iszt/eye-clahe-processor}
|
| 172 |
}
|
| 173 |
+
```
|