Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- medical-imaging
|
| 5 |
+
- ophthalmology
|
| 6 |
+
- image-classification
|
| 7 |
+
- explainable-ai
|
| 8 |
+
- core-ml
|
| 9 |
+
- grad-cam
|
| 10 |
+
language:
|
| 11 |
+
- zh
|
| 12 |
+
- en
|
| 13 |
+
metrics:
|
| 14 |
+
- roc_auc
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# ELIAS — Eyelid Lesion Intelligent Analysis System
|
| 18 |
+
|
| 19 |
+
**AUC 0.93 · iPhone 即時推論 < 1s · 2026 智慧創新大賞參賽作品**
|
| 20 |
+
|
| 21 |
+
## Model Description
|
| 22 |
+
Clinician-guided deep learning classifier for epiblepharon detection
|
| 23 |
+
from external eye photographs. Uses a frozen ImageNet-pretrained
|
| 24 |
+
ResNet-18 backbone with a task-specific classification head.
|
| 25 |
+
|
| 26 |
+
- **Architecture**: ResNet-18 (frozen) + Linear head
|
| 27 |
+
- **Training**: 5-fold cross-validation, BCEWithLogitsLoss
|
| 28 |
+
- **Explainability**: Native PyTorch Grad-CAM (layer4)
|
| 29 |
+
- **Deployment**: Apple Core ML, on-device iOS inference < 1s
|
| 30 |
+
|
| 31 |
+
## Performance (5-Fold Cross-Validation)
|
| 32 |
+
| Metric | Value |
|
| 33 |
+
|---|---|
|
| 34 |
+
| AUC | **0.93** |
|
| 35 |
+
| Sensitivity | High |
|
| 36 |
+
| Specificity | Moderate |
|
| 37 |
+
| F1 Score | High |
|
| 38 |
+
|
| 39 |
+
## Intended Use
|
| 40 |
+
Research prototype for clinical decision support in
|
| 41 |
+
epiblepharon screening. **Not a validated medical device.**
|
| 42 |
+
|
| 43 |
+
## Source Code
|
| 44 |
+
GitHub: https://github.com/YOUR_USERNAME/ELIAS
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
### Step 5 — 取得佐證連結
|
| 50 |
+
|
| 51 |
+
上傳完成後,你的 Hugging Face 頁面會是:
|
| 52 |
+
```
|
| 53 |
+
https://huggingface.co/YOUR_HF_USERNAME/ELIAS-epiblepharon
|