Update README.md
Browse files
README.md
CHANGED
|
@@ -54,8 +54,8 @@ The model is designed to detect phishing login forms — fake pages that mimic l
|
|
| 54 |
|
| 55 |
- **High-resolution analysis**: 448x448 pixel input (4x more pixels than ViT-B/32)
|
| 56 |
- **Real-world training data**: Sourced from PhishTank, OpenPhish, URLhaus, and AlienVault OTX
|
| 57 |
-
- **Production-deployed**: Powers the
|
| 58 |
-
- **Fast inference**: ~50ms on GPU
|
| 59 |
|
| 60 |
## Architecture
|
| 61 |
|
|
@@ -150,9 +150,9 @@ Input: Web page screenshot (any resolution)
|
|
| 150 |
|
| 151 |
| Metric | Score |
|
| 152 |
|---|---|
|
| 153 |
-
| **Accuracy** |
|
| 154 |
-
| **Malicious Recall** | 93
|
| 155 |
-
| **Safe Precision** | 94
|
| 156 |
| **False Positive Rate** | 2–6% |
|
| 157 |
| **F1 Score** | ~0.94 |
|
| 158 |
|
|
@@ -251,7 +251,7 @@ print(f"Malicious probability: {malicious_prob:.4f}")
|
|
| 251 |
|
| 252 |
## Intended Use
|
| 253 |
|
| 254 |
-
**Primary use case:** Real-time phishing detection in web browsers via the
|
| 255 |
|
| 256 |
**Suitable for:**
|
| 257 |
- Browser extensions that analyze page screenshots
|
|
|
|
| 54 |
|
| 55 |
- **High-resolution analysis**: 448x448 pixel input (4x more pixels than ViT-B/32)
|
| 56 |
- **Real-world training data**: Sourced from PhishTank, OpenPhish, URLhaus, and AlienVault OTX
|
| 57 |
+
- **Production-deployed**: Powers the [Desant Phishing Detectior Chrome extension](https://chromewebstore.google.com/detail/desant-phishing-detector/alfnmlahonkioonhdghhdnflnoeeegdp) and backend API used in the [Hugging Face Space demo](https://huggingface.co/spaces/desant-ai/desant-anti-phishing-inferencing)
|
| 58 |
+
- **Fast inference**: ~50ms on GPU.
|
| 59 |
|
| 60 |
## Architecture
|
| 61 |
|
|
|
|
| 150 |
|
| 151 |
| Metric | Score |
|
| 152 |
|---|---|
|
| 153 |
+
| **Accuracy** | 92% |
|
| 154 |
+
| **Malicious Recall** | 93% |
|
| 155 |
+
| **Safe Precision** | 94% |
|
| 156 |
| **False Positive Rate** | 2–6% |
|
| 157 |
| **F1 Score** | ~0.94 |
|
| 158 |
|
|
|
|
| 251 |
|
| 252 |
## Intended Use
|
| 253 |
|
| 254 |
+
**Primary use case:** Real-time phishing detection in web browsers via the [Desant Phishing Detectior Chrome extension](https://chromewebstore.google.com/detail/desant-phishing-detector/alfnmlahonkioonhdghhdnflnoeeegdp)
|
| 255 |
|
| 256 |
**Suitable for:**
|
| 257 |
- Browser extensions that analyze page screenshots
|