Model Name: Diabetic Retinopathy Detector
Version: 1.0
Type: Image Classification
Framework: TensorFlow / Keras
ReadyTensor ID: To be auto-filled upon upload
Diabetic Retinopathy (DR) is a major cause of vision impairment in diabetic patients. Early detection plays a crucial role in enabling timely treatment and preventing irreversible vision loss. This AI model analyzes retinal fundus images to detect early signs of diabetic retinopathy, providing a scalable, non-invasive, and efficient screening solution.
| Metric | Value |
|---|---|
| Accuracy | 0.89 |
| F1 Score (macro) | 0.86 |
| AUC-ROC (macro) | 0.92 |
| Precision | 0.88 |
| Recall | 0.85 |
Metrics evaluated on a held-out test set comprising 3,000 fundus images.
dr_model.h5 (Keras model file)preprocessing.py (script for image resizing and normalization)labels_map.json (mapping between class indices and labels)requirements.txt (includes TensorFlow 2.x, OpenCV, NumPy)Input Format:
Upload or pass a base64-encoded RGB fundus image.
Example API input:
{ "image": "<base64_encoded_image>" }