desant-ai-security commited on
Commit
f22ff06
·
verified ·
1 Parent(s): 1e78b76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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 Erna CyberOps Chrome extension and API
58
- - **Fast inference**: ~50ms on GPU (RTX 4090), suitable for real-time browser protection
59
 
60
  ## Architecture
61
 
@@ -150,9 +150,9 @@ Input: Web page screenshot (any resolution)
150
 
151
  | Metric | Score |
152
  |---|---|
153
- | **Accuracy** | 94–97% |
154
- | **Malicious Recall** | 93–97% |
155
- | **Safe Precision** | 94–98% |
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 Erna CyberOps Chrome extension.
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