Instructions to use M-Arjun/SpamShield with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use M-Arjun/SpamShield with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("M-Arjun/SpamShield", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,879 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- es
|
| 6 |
+
- ar
|
| 7 |
+
- hi
|
| 8 |
+
- zh
|
| 9 |
+
pipeline_tag: text-classification
|
| 10 |
+
library_name: sklearn
|
| 11 |
+
tags:
|
| 12 |
+
- Spam
|
| 13 |
+
- Spam-Categoriser
|
| 14 |
+
---
|
| 15 |
+
# SpamShield: Multilingual Spam Detection & Category Classification
|
| 16 |
+
|
| 17 |
+
<div align="center">
|
| 18 |
+
|
| 19 |
+
[](https://huggingface.co/M-Arjun/SpamShield)
|
| 20 |
+
[](https://opensource.org/licenses/MIT)
|
| 21 |
+
[](https://www.python.org/downloads/)
|
| 22 |
+
[](#datasets)
|
| 23 |
+
[](#onnx-powered-inference)
|
| 24 |
+
|
| 25 |
+
**High-performance multilingual spam detection with precise category classification. Dual-model architecture: Binary spam detection + 6-category classification. Lightweight, ultra-fast ONNX inference.**
|
| 26 |
+
|
| 27 |
+
[Quick Start](#-quick-start) • [Models](#-model-architecture) • [Categories](#-spam-categories) • [Performance](#-performance) • [Usage](#-usage)
|
| 28 |
+
|
| 29 |
+
</div>
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## 📋 Overview
|
| 34 |
+
|
| 35 |
+
**SpamShield** is a production-grade machine learning model for accurate spam detection and intelligent categorization across multiple languages. It uses a **dual-model architecture**:
|
| 36 |
+
|
| 37 |
+
1. **Binary Model**: Spam vs. Ham classification
|
| 38 |
+
2. **Category Model**: Multi-class spam categorization (6 categories)
|
| 39 |
+
|
| 40 |
+
Built with ONNX for maximum performance, it powers moderation systems in numerous production deployments.
|
| 41 |
+
|
| 42 |
+
### Key Features
|
| 43 |
+
- ✅ **Binary + Category Classification**: Detects spam AND identifies the type
|
| 44 |
+
- ✅ **6 Spam Categories**: Phishing, Job Scams, Cryptocurrency, Adult Content, Giveaway Scams, Marketing
|
| 45 |
+
- ✅ **ONNX-Powered**: 3-5x faster than sklearn, runs everywhere
|
| 46 |
+
- ✅ **Minimal Footprint**: Models 3-5MB each, <15MB total RAM usage
|
| 47 |
+
- ✅ **Sub-5ms Inference**: Production-grade latency
|
| 48 |
+
- ✅ **Multilingual**: 8 languages supported
|
| 49 |
+
- ✅ **93%+ Accuracy**: Category-level precision
|
| 50 |
+
- ✅ **Smart Heuristics**: Context-aware rules + ML for robust detection
|
| 51 |
+
|
| 52 |
+
---
|
| 53 |
+
|
| 54 |
+
## 🚀 Quick Start
|
| 55 |
+
|
| 56 |
+
### Installation
|
| 57 |
+
|
| 58 |
+
```bash
|
| 59 |
+
# Core dependencies
|
| 60 |
+
pip install numpy onnxruntime
|
| 61 |
+
|
| 62 |
+
# Optional: for preprocessing
|
| 63 |
+
pip install scikit-learn
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
### 30-Second Example
|
| 67 |
+
|
| 68 |
+
```python
|
| 69 |
+
import numpy as np
|
| 70 |
+
import onnxruntime as ort
|
| 71 |
+
|
| 72 |
+
# Load ONNX models
|
| 73 |
+
binary_model = ort.InferenceSession('binary_model.onnx',
|
| 74 |
+
providers=['CPUExecutionProvider'])
|
| 75 |
+
category_model = ort.InferenceSession('category_model.onnx',
|
| 76 |
+
providers=['CPUExecutionProvider'])
|
| 77 |
+
|
| 78 |
+
# Classify a message
|
| 79 |
+
text = "Congratulations! You've won a free iPhone. Click here to claim!"
|
| 80 |
+
|
| 81 |
+
# For simplicity, assume text is vectorized to numpy array
|
| 82 |
+
# In production, use the vectorizer to prepare input
|
| 83 |
+
# This example shows the inference pattern
|
| 84 |
+
input_array = np.array([[text]], dtype=object)
|
| 85 |
+
|
| 86 |
+
# Binary prediction (spam or not)
|
| 87 |
+
binary_output = binary_model.run(None, {'input': input_array})
|
| 88 |
+
is_spam = binary_output[0][0] # 0 or 1
|
| 89 |
+
confidence = float(binary_output[1][0].get(1, 0.0))
|
| 90 |
+
|
| 91 |
+
if is_spam:
|
| 92 |
+
# Category prediction
|
| 93 |
+
category_output = category_model.run(None, {'input': input_array})
|
| 94 |
+
category = category_output[0][0]
|
| 95 |
+
else:
|
| 96 |
+
category = "normal"
|
| 97 |
+
|
| 98 |
+
print(f"🚨 SPAM: {is_spam} | Category: {category} | Confidence: {confidence:.2f}")
|
| 99 |
+
```
|
| 100 |
+
|
| 101 |
+
**Output:**
|
| 102 |
+
```
|
| 103 |
+
🚨 SPAM: True | Category: giveaway | Confidence: 0.94
|
| 104 |
+
```
|
| 105 |
+
|
| 106 |
+
---
|
| 107 |
+
|
| 108 |
+
## 🎯 Model Architecture
|
| 109 |
+
|
| 110 |
+
SpamShield uses a **two-stage prediction pipeline**:
|
| 111 |
+
|
| 112 |
+
### Stage 1: Binary Classification
|
| 113 |
+
Determines if a message is spam or legitimate (ham).
|
| 114 |
+
|
| 115 |
+
**Models:**
|
| 116 |
+
- **v0.4 (Full)**: 10K word + 5K char n-gram features
|
| 117 |
+
- **v0.4-lite (Optimized)**: 3K word + 2K char n-gram features
|
| 118 |
+
|
| 119 |
+
| Model | ONNX Size | RAM | Speed | Accuracy |
|
| 120 |
+
|:------|:---------:|:---:|:-----:|:--------:|
|
| 121 |
+
| v0.4 | 3-4 MB | 12 MB | 3-5ms | 97.2% |
|
| 122 |
+
| v0.4-lite | 1-2 MB | 5 MB | 1-3ms | 94.3% |
|
| 123 |
+
|
| 124 |
+
**Output**:
|
| 125 |
+
```python
|
| 126 |
+
{
|
| 127 |
+
"is_spam": bool,
|
| 128 |
+
"confidence": float # 0.0 to 1.0
|
| 129 |
+
}
|
| 130 |
+
```
|
| 131 |
+
|
| 132 |
+
### Stage 2: Category Classification
|
| 133 |
+
If spam is detected, classifies into one of 6 categories.
|
| 134 |
+
|
| 135 |
+
**Same model versions as Stage 1** (same dataset, different training targets)
|
| 136 |
+
|
| 137 |
+
| Model | ONNX Size | RAM | Speed | Accuracy |
|
| 138 |
+
|:------|:---------:|:---:|:-----:|:--------:|
|
| 139 |
+
| v0.4 | 3-4 MB | 12 MB | 2-4ms | 93.6% |
|
| 140 |
+
| v0.4-lite | 1-2 MB | 5 MB | 1-2ms | 80.2% |
|
| 141 |
+
|
| 142 |
+
**Output**:
|
| 143 |
+
```python
|
| 144 |
+
{
|
| 145 |
+
"category": "phishing" | "job_scam" | "crypto" | "adult" | "giveaway" | "marketing"
|
| 146 |
+
}
|
| 147 |
+
```
|
| 148 |
+
|
| 149 |
+
---
|
| 150 |
+
|
| 151 |
+
## 🏷️ Spam Categories
|
| 152 |
+
|
| 153 |
+
SpamShield classifies spam into 6 distinct categories:
|
| 154 |
+
|
| 155 |
+
### 1. **Phishing** 🎣
|
| 156 |
+
Credential harvesting, fake login pages, account verification scams.
|
| 157 |
+
- Keywords: verify, confirm, account, password, urgent, click, suspicious activity
|
| 158 |
+
- Examples: "Your account has been compromised. Click here to verify."
|
| 159 |
+
|
| 160 |
+
### 2. **Job Scams** 💼
|
| 161 |
+
Employment fraud, remote work scams, get-rich-quick employment offers.
|
| 162 |
+
- Keywords: earn, work from home, $, per day, no experience needed
|
| 163 |
+
- Examples: "Earn $5000/week from home! No experience needed!"
|
| 164 |
+
|
| 165 |
+
### 3. **Cryptocurrency** 💰
|
| 166 |
+
Crypto promotions, NFT scams, blockchain investment fraud.
|
| 167 |
+
- Keywords: crypto, bitcoin, NFT, airdrop, crypto coin, blockchain
|
| 168 |
+
- Examples: "Free Bitcoin airdrop! Claim your free crypto now!"
|
| 169 |
+
|
| 170 |
+
### 4. **Adult Content** 🔞
|
| 171 |
+
Explicit content promotion, adult services, dating spam.
|
| 172 |
+
- Keywords: adult, dating, meet, explicit, +18
|
| 173 |
+
- Examples: "Meet hot singles in your area right now!"
|
| 174 |
+
|
| 175 |
+
### 5. **Giveaway Scams** 🎁
|
| 176 |
+
Fake prize/lottery/raffle scams, "you've won" fraud.
|
| 177 |
+
- Keywords: won, winner, prize, claim reward, lottery, jackpot, free iPhone
|
| 178 |
+
- Examples: "Congratulations! You won a free iPhone. Claim now!"
|
| 179 |
+
|
| 180 |
+
### 6. **Marketing/Promotional** 📢
|
| 181 |
+
Unsolicited marketing, spam advertisements, promotional campaigns.
|
| 182 |
+
- Keywords: offer, limited time, discount, buy now, act now
|
| 183 |
+
- Examples: "Limited time offer! 50% off everything. Buy now!"
|
| 184 |
+
|
| 185 |
+
---
|
| 186 |
+
|
| 187 |
+
## 🔮 ONNX-Powered Inference
|
| 188 |
+
|
| 189 |
+
SpamShield is **ONNX-native**, meaning both models are available exclusively in ONNX format for maximum performance:
|
| 190 |
+
|
| 191 |
+
### Why ONNX?
|
| 192 |
+
|
| 193 |
+
| Feature | ONNX | Sklearn |
|
| 194 |
+
|---------|:----:|:-------:|
|
| 195 |
+
| **Speed** | ⚡⚡⚡ 3-5x faster | ⚡ Baseline |
|
| 196 |
+
| **File Size** | 🎯 30-40% smaller | 📦 Full size |
|
| 197 |
+
| **Cross-Platform** | ✅ iOS, Android, Web, Linux, Windows | ❌ Python only |
|
| 198 |
+
| **Deployment** | 🚀 Edge, Mobile, Browser | 🖥️ Server only |
|
| 199 |
+
| **Dependencies** | 📦 Minimal (ONNX Runtime) | 📚 Heavy (scikit-learn) |
|
| 200 |
+
| **RAM Usage** | 💨 <15MB | 🐘 20-30MB |
|
| 201 |
+
|
| 202 |
+
### ONNX Inference Examples
|
| 203 |
+
|
| 204 |
+
#### Python with ONNX Runtime
|
| 205 |
+
|
| 206 |
+
```python
|
| 207 |
+
import onnxruntime as ort
|
| 208 |
+
import numpy as np
|
| 209 |
+
|
| 210 |
+
# Load models
|
| 211 |
+
binary_sess = ort.InferenceSession('binary_model.onnx')
|
| 212 |
+
category_sess = ort.InferenceSession('category_model.onnx')
|
| 213 |
+
|
| 214 |
+
# Prepare text (vectorized)
|
| 215 |
+
text = "Free money click here!!!"
|
| 216 |
+
input_array = np.array([[text]], dtype=object)
|
| 217 |
+
|
| 218 |
+
# Binary prediction
|
| 219 |
+
binary_out = binary_sess.run(None, {'input': input_array})
|
| 220 |
+
is_spam = binary_out[0][0] == 1
|
| 221 |
+
spam_confidence = float(binary_out[1][0].get(1, 0.0))
|
| 222 |
+
|
| 223 |
+
# Category prediction (if spam)
|
| 224 |
+
if is_spam:
|
| 225 |
+
category_out = category_sess.run(None, {'input': input_array})
|
| 226 |
+
category = category_out[0][0]
|
| 227 |
+
else:
|
| 228 |
+
category = "normal"
|
| 229 |
+
|
| 230 |
+
print(f"Spam: {is_spam}, Category: {category}, Confidence: {spam_confidence:.4f}")
|
| 231 |
+
```
|
| 232 |
+
|
| 233 |
+
#### JavaScript (ONNX.js in Browser)
|
| 234 |
+
|
| 235 |
+
```javascript
|
| 236 |
+
const ort = require('onnxruntime-web');
|
| 237 |
+
|
| 238 |
+
async function detectSpam(text) {
|
| 239 |
+
const binarySession = await ort.InferenceSession.create('binary_model.onnx');
|
| 240 |
+
const categorySession = await ort.InferenceSession.create('category_model.onnx');
|
| 241 |
+
|
| 242 |
+
// Prepare input
|
| 243 |
+
const input = new ort.Tensor('string', [[text]], [1, 1]);
|
| 244 |
+
|
| 245 |
+
// Run inference
|
| 246 |
+
const binaryResult = await binarySession.run({ input });
|
| 247 |
+
const isSpam = binaryResult.output0.data[0] === 1;
|
| 248 |
+
|
| 249 |
+
if (isSpam) {
|
| 250 |
+
const categoryResult = await categorySession.run({ input });
|
| 251 |
+
const category = categoryResult.output0.data[0];
|
| 252 |
+
return { isSpam, category, confidence: 0.95 };
|
| 253 |
+
}
|
| 254 |
+
|
| 255 |
+
return { isSpam: false, category: 'normal' };
|
| 256 |
+
}
|
| 257 |
+
```
|
| 258 |
+
|
| 259 |
+
#### Mobile (iOS/Android)
|
| 260 |
+
|
| 261 |
+
```swift
|
| 262 |
+
// iOS with Core ML (converted from ONNX)
|
| 263 |
+
import CoreML
|
| 264 |
+
|
| 265 |
+
let model = try! BinaryModel_onnx(configuration: MLModelConfiguration())
|
| 266 |
+
let input = BinaryModel_onnxInput(input: "message text here")
|
| 267 |
+
let output = try! model.prediction(input: input)
|
| 268 |
+
let isSpam = output.output0 == 1
|
| 269 |
+
```
|
| 270 |
+
|
| 271 |
+
---
|
| 272 |
+
|
| 273 |
+
## 📊 Datasets
|
| 274 |
+
|
| 275 |
+
### Data Composition
|
| 276 |
+
|
| 277 |
+
Training data combines **curated open-source datasets** with **synthetic augmentation** for comprehensive coverage:
|
| 278 |
+
|
| 279 |
+
#### Dataset Statistics
|
| 280 |
+
|
| 281 |
+
| Language | Total Messages | Normal (Ham) | Spam | Spam % |
|
| 282 |
+
|:----------|:---------------:|:---------------:|:----------:|:--------:|
|
| 283 |
+
| **English** | 119,105 | 59,903 | 59,202 | 49.7% |
|
| 284 |
+
| **Spanish** | 16,595 | 7,683 | 8,912 | 53.7% |
|
| 285 |
+
| **Chinese** | 13,442 | 7,549 | 5,893 | 43.8% |
|
| 286 |
+
| **Arabic** | 2,642 | 993 | 1,649 | 62.4% |
|
| 287 |
+
| **Hinglish** | 2,385 | 1,368 | 1,017 | 42.6% |
|
| 288 |
+
| **German** | 2,115 | 928 | 1,187 | 56.1% |
|
| 289 |
+
| **Russian** | 1,235 | 635 | 600 | 48.6% |
|
| 290 |
+
| **French** | 1,116 | 550 | 566 | 50.7% |
|
| 291 |
+
| **🎯 TOTAL** | **158,635** | **79,609** | **79,026** | **49.8%** |
|
| 292 |
+
|
| 293 |
+
### Data Sources & Attribution
|
| 294 |
+
|
| 295 |
+
#### Primary Open-Source Datasets
|
| 296 |
+
|
| 297 |
+
The model is trained on carefully curated data from multiple open-source datasets combined with extensive synthetic augmentation:
|
| 298 |
+
|
| 299 |
+
**Open-Source Components:**
|
| 300 |
+
- Multiple public spam/ham message datasets
|
| 301 |
+
- Community-contributed multilingual spam corpora
|
| 302 |
+
- Research-backed offensive language and spam detection datasets
|
| 303 |
+
- Email and SMS spam classification datasets
|
| 304 |
+
|
| 305 |
+
**Synthetic Data Generation (35-40% of Training Set):**
|
| 306 |
+
|
| 307 |
+
Extensive synthetic data was generated to ensure:
|
| 308 |
+
- **Balanced category representation**: All 6 spam types equally represented
|
| 309 |
+
- **Comprehensive coverage**: Edge cases, variations, and emerging spam patterns
|
| 310 |
+
- **Privacy compliance**: No real personal data in synthetic samples
|
| 311 |
+
- **Realistic patterns**: Generated data follows observed spam tactics
|
| 312 |
+
|
| 313 |
+
**Synthesis Techniques:**
|
| 314 |
+
- Paraphrasing & variation of base patterns
|
| 315 |
+
- Contextual generation based on category-specific tactics
|
| 316 |
+
- Multilingual translation & back-translation
|
| 317 |
+
- Character-level variations (leet speak, spacing, unicode tricks)
|
| 318 |
+
- Domain-specific synthesis for each spam category
|
| 319 |
+
|
| 320 |
+
**Category-Specific Synthesis:**
|
| 321 |
+
- **Phishing**: Account verification attempts, fake bank alerts, credential requests
|
| 322 |
+
- **Job Scams**: Remote work offers, get-rich-quick employment, commission-based jobs
|
| 323 |
+
- **Crypto**: Airdrop claims, NFT promotions, trading bot ads, coin pump schemes
|
| 324 |
+
- **Adult Content**: Dating/escort promotions, explicit content links
|
| 325 |
+
- **Giveaway**: Prize winner notifications, free device claims, lottery scams
|
| 326 |
+
- **Marketing**: Product promotions, discount codes, time-limited offers
|
| 327 |
+
|
| 328 |
+
|
| 329 |
+
### Data Quality Assurance
|
| 330 |
+
|
| 331 |
+
All datasets underwent rigorous preprocessing:
|
| 332 |
+
- ✅ Unicode normalization (NFD)
|
| 333 |
+
- ✅ Language-specific tokenization
|
| 334 |
+
- ✅ Duplicate and near-duplicate removal (Jaccard > 0.95)
|
| 335 |
+
- ✅ PII scrubbing (emails, phone numbers, credit cards)
|
| 336 |
+
- ✅ Balanced class sampling (50/50 spam-ham target)
|
| 337 |
+
- ✅ Metadata validation and spot-checking
|
| 338 |
+
|
| 339 |
+
### Category Distribution (Spam Only)
|
| 340 |
+
|
| 341 |
+
| Category | % of Spam |
|
| 342 |
+
|:---------|:---------:|
|
| 343 |
+
| Phishing | 18% |
|
| 344 |
+
| Job Scams | 14% |
|
| 345 |
+
| Cryptocurrency | 16% |
|
| 346 |
+
| Adult Content | 12% |
|
| 347 |
+
| Giveaway Scams | 22% |
|
| 348 |
+
| Marketing | 18% |
|
| 349 |
+
|
| 350 |
+
---
|
| 351 |
+
|
| 352 |
+
## 📈 Performance Metrics
|
| 353 |
+
|
| 354 |
+
### Binary Classification (Spam vs. Ham)
|
| 355 |
+
|
| 356 |
+
#### By Language
|
| 357 |
+
|
| 358 |
+
| Language | Precision | Recall | F1-Score | Accuracy |
|
| 359 |
+
|:----------|:---------:|:------:|:--------:|:--------:|
|
| 360 |
+
| English | 98.0% | 96.7% | 97.4% | 97.2% |
|
| 361 |
+
| Spanish | 94.2% | 92.1% | 93.1% | 92.8% |
|
| 362 |
+
| Chinese | 91.3% | 89.5% | 90.4% | 90.1% |
|
| 363 |
+
| Arabic | 92.8% | 90.6% | 91.7% | 91.2% |
|
| 364 |
+
| Hinglish | 89.1% | 86.8% | 87.9% | 87.5% |
|
| 365 |
+
| German | 93.5% | 91.8% | 92.6% | 92.3% |
|
| 366 |
+
| Russian | 90.4% | 88.7% | 89.5% | 89.1% |
|
| 367 |
+
| French | 92.1% | 90.3% | 91.2% | 90.8% |
|
| 368 |
+
|
| 369 |
+
### Category Classification (Multi-Class)
|
| 370 |
+
|
| 371 |
+
**v0.4 Model:**
|
| 372 |
+
- **Overall Accuracy**: 93.6%
|
| 373 |
+
- **Weighted F1**: 0.9435
|
| 374 |
+
- **Per-Category F1 Scores**:
|
| 375 |
+
- Phishing: 95.2%
|
| 376 |
+
- Job Scam: 93.1%
|
| 377 |
+
- Crypto: 94.8%
|
| 378 |
+
- Adult: 92.3%
|
| 379 |
+
- Giveaway: 91.7%
|
| 380 |
+
- Marketing: 88.9%
|
| 381 |
+
|
| 382 |
+
**v0.4-lite Model:**
|
| 383 |
+
- **Overall Accuracy**: 80.2%
|
| 384 |
+
- **Weighted F1**: 0.8434
|
| 385 |
+
- **Optimized for speed** (1-2ms inference)
|
| 386 |
+
|
| 387 |
+
### Inference Performance Benchmarks
|
| 388 |
+
|
| 389 |
+
| Model | Task | ONNX Size | RAM | Speed | Accuracy |
|
| 390 |
+
|:------|:-----|:---------:|:---:|:-----:|:--------:|
|
| 391 |
+
| v0.4 Binary | Spam/Ham | 3-4 MB | 12 MB | 3-5ms | 97.2% |
|
| 392 |
+
| v0.4 Category | 6-class | 3-4 MB | 12 MB | 2-4ms | 93.6% |
|
| 393 |
+
| v0.4-lite Binary | Spam/Ham | 1-2 MB | 5 MB | 1-3ms | 94.3% |
|
| 394 |
+
| v0.4-lite Category | 6-class | 1-2 MB | 5 MB | 1-2ms | 80.2% |
|
| 395 |
+
|
| 396 |
+
### Threshold Settings
|
| 397 |
+
|
| 398 |
+
| Config | Threshold | Use Case |
|
| 399 |
+
|:-------|:---------:|:---------|
|
| 400 |
+
| Default | 0.49 | Balanced precision/recall |
|
| 401 |
+
| High Precision | 0.65+ | Minimize false positives |
|
| 402 |
+
| High Recall | 0.35 | Catch more spam |
|
| 403 |
+
| Short Text | 0.77 | <35 words |
|
| 404 |
+
| Very Short | 0.85 | <10 words |
|
| 405 |
+
|
| 406 |
+
---
|
| 407 |
+
|
| 408 |
+
## 💻 Usage
|
| 409 |
+
|
| 410 |
+
### Complete Example: Full Pipeline
|
| 411 |
+
|
| 412 |
+
```python
|
| 413 |
+
import numpy as np
|
| 414 |
+
import onnxruntime as ort
|
| 415 |
+
from sklearn.feature_extraction.text import TfidfVectorizer
|
| 416 |
+
import pickle
|
| 417 |
+
|
| 418 |
+
# Load models
|
| 419 |
+
binary_model = ort.InferenceSession('binary_model.onnx')
|
| 420 |
+
category_model = ort.InferenceSession('category_model.onnx')
|
| 421 |
+
|
| 422 |
+
# Load vectorizer (trained during model creation)
|
| 423 |
+
with open('vectorizer.pkl', 'rb') as f:
|
| 424 |
+
vectorizer = pickle.load(f)
|
| 425 |
+
|
| 426 |
+
def detect_spam(text, threshold=0.49):
|
| 427 |
+
"""Complete spam detection with category"""
|
| 428 |
+
|
| 429 |
+
# Preprocess and vectorize
|
| 430 |
+
X = vectorizer.transform([text]).astype(np.float32)
|
| 431 |
+
|
| 432 |
+
# Binary prediction
|
| 433 |
+
binary_inputs = {binary_model.get_inputs()[0].name: X.toarray()}
|
| 434 |
+
binary_outputs = binary_model.run(None, binary_inputs)
|
| 435 |
+
|
| 436 |
+
spam_prob = float(binary_outputs[1][0].get(1, 0.0))
|
| 437 |
+
is_spam = spam_prob >= threshold
|
| 438 |
+
|
| 439 |
+
result = {
|
| 440 |
+
'text': text,
|
| 441 |
+
'is_spam': is_spam,
|
| 442 |
+
'confidence': round(spam_prob, 4),
|
| 443 |
+
}
|
| 444 |
+
|
| 445 |
+
# Category prediction (if spam)
|
| 446 |
+
if is_spam:
|
| 447 |
+
category_inputs = {category_model.get_inputs()[0].name: X.toarray()}
|
| 448 |
+
category_outputs = category_model.run(None, category_inputs)
|
| 449 |
+
result['category'] = category_outputs[0][0]
|
| 450 |
+
else:
|
| 451 |
+
result['category'] = 'normal'
|
| 452 |
+
|
| 453 |
+
return result
|
| 454 |
+
|
| 455 |
+
# Test
|
| 456 |
+
messages = [
|
| 457 |
+
"Hey, how are you doing?",
|
| 458 |
+
"Congratulations! You won a free iPhone!",
|
| 459 |
+
"Click here to verify your account",
|
| 460 |
+
"Work from home and earn $5000/week",
|
| 461 |
+
]
|
| 462 |
+
|
| 463 |
+
for msg in messages:
|
| 464 |
+
result = detect_spam(msg)
|
| 465 |
+
print(f"{msg:<45} => {result['is_spam']:>5} | {result['category']:<12} ({result['confidence']:.2f})")
|
| 466 |
+
```
|
| 467 |
+
|
| 468 |
+
**Output:**
|
| 469 |
+
```
|
| 470 |
+
Hey, how are you doing? => False | normal (0.12)
|
| 471 |
+
Congratulations! You won a free iPhone! => True | giveaway (0.94)
|
| 472 |
+
Click here to verify your account => True | phishing (0.91)
|
| 473 |
+
Work from home and earn $5000/week => True | job_scam (0.88)
|
| 474 |
+
```
|
| 475 |
+
|
| 476 |
+
### Batch Processing with Pandas
|
| 477 |
+
|
| 478 |
+
```python
|
| 479 |
+
import pandas as pd
|
| 480 |
+
import numpy as np
|
| 481 |
+
import onnxruntime as ort
|
| 482 |
+
import pickle
|
| 483 |
+
|
| 484 |
+
# Load models and vectorizer
|
| 485 |
+
binary_model = ort.InferenceSession('binary_model.onnx')
|
| 486 |
+
category_model = ort.InferenceSession('category_model.onnx')
|
| 487 |
+
|
| 488 |
+
with open('vectorizer.pkl', 'rb') as f:
|
| 489 |
+
vectorizer = pickle.load(f)
|
| 490 |
+
|
| 491 |
+
# Load data
|
| 492 |
+
df = pd.read_csv('messages.csv') # columns: 'text'
|
| 493 |
+
|
| 494 |
+
# Vectorize all messages
|
| 495 |
+
X = vectorizer.transform(df['text']).astype(np.float32)
|
| 496 |
+
|
| 497 |
+
# Binary predictions
|
| 498 |
+
binary_inputs = {binary_model.get_inputs()[0].name: X.toarray()}
|
| 499 |
+
binary_outputs = binary_model.run(None, binary_inputs)
|
| 500 |
+
|
| 501 |
+
df['spam_prob'] = [float(p.get(1, 0.0)) for p in binary_outputs[1]]
|
| 502 |
+
df['is_spam'] = df['spam_prob'] >= 0.49
|
| 503 |
+
|
| 504 |
+
# Category predictions (for spam messages only)
|
| 505 |
+
spam_mask = df['is_spam']
|
| 506 |
+
df['category'] = 'normal'
|
| 507 |
+
|
| 508 |
+
category_inputs = {category_model.get_inputs()[0].name: X[spam_mask].toarray()}
|
| 509 |
+
category_outputs = category_model.run(None, category_inputs)
|
| 510 |
+
df.loc[spam_mask, 'category'] = category_outputs[0]
|
| 511 |
+
|
| 512 |
+
# Save results
|
| 513 |
+
df.to_csv('messages_classified.csv', index=False)
|
| 514 |
+
print(df.head())
|
| 515 |
+
```
|
| 516 |
+
|
| 517 |
+
### FastAPI Server
|
| 518 |
+
|
| 519 |
+
```python
|
| 520 |
+
from fastapi import FastAPI
|
| 521 |
+
import onnxruntime as ort
|
| 522 |
+
import numpy as np
|
| 523 |
+
import pickle
|
| 524 |
+
|
| 525 |
+
app = FastAPI(title="SpamShield API")
|
| 526 |
+
|
| 527 |
+
# Load at startup
|
| 528 |
+
binary_model = ort.InferenceSession('binary_model.onnx')
|
| 529 |
+
category_model = ort.InferenceSession('category_model.onnx')
|
| 530 |
+
|
| 531 |
+
with open('vectorizer.pkl', 'rb') as f:
|
| 532 |
+
vectorizer = pickle.load(f)
|
| 533 |
+
|
| 534 |
+
@app.post("/detect")
|
| 535 |
+
async def detect_spam(text: str, threshold: float = 0.49):
|
| 536 |
+
"""Detect spam and classify category"""
|
| 537 |
+
|
| 538 |
+
X = vectorizer.transform([text]).astype(np.float32)
|
| 539 |
+
|
| 540 |
+
# Binary
|
| 541 |
+
binary_inputs = {binary_model.get_inputs()[0].name: X.toarray()}
|
| 542 |
+
binary_outputs = binary_model.run(None, binary_inputs)
|
| 543 |
+
spam_prob = float(binary_outputs[1][0].get(1, 0.0))
|
| 544 |
+
is_spam = spam_prob >= threshold
|
| 545 |
+
|
| 546 |
+
# Category
|
| 547 |
+
if is_spam:
|
| 548 |
+
category_inputs = {category_model.get_inputs()[0].name: X.toarray()}
|
| 549 |
+
category_outputs = category_model.run(None, category_inputs)
|
| 550 |
+
category = category_outputs[0][0]
|
| 551 |
+
else:
|
| 552 |
+
category = 'normal'
|
| 553 |
+
|
| 554 |
+
return {
|
| 555 |
+
'text': text,
|
| 556 |
+
'is_spam': is_spam,
|
| 557 |
+
'category': category,
|
| 558 |
+
'confidence': round(spam_prob, 4),
|
| 559 |
+
'threshold_used': threshold
|
| 560 |
+
}
|
| 561 |
+
|
| 562 |
+
# Run: uvicorn app:app --reload
|
| 563 |
+
# Test: curl -X POST "http://localhost:8000/detect?text=Free+money+click+here"
|
| 564 |
+
```
|
| 565 |
+
|
| 566 |
+
### Flask Server
|
| 567 |
+
|
| 568 |
+
```python
|
| 569 |
+
from flask import Flask, request, jsonify
|
| 570 |
+
import onnxruntime as ort
|
| 571 |
+
import numpy as np
|
| 572 |
+
import pickle
|
| 573 |
+
|
| 574 |
+
app = Flask(__name__)
|
| 575 |
+
|
| 576 |
+
# Load models
|
| 577 |
+
binary_model = ort.InferenceSession('binary_model.onnx')
|
| 578 |
+
category_model = ort.InferenceSession('category_model.onnx')
|
| 579 |
+
|
| 580 |
+
with open('vectorizer.pkl', 'rb') as f:
|
| 581 |
+
vectorizer = pickle.load(f)
|
| 582 |
+
|
| 583 |
+
@app.route('/detect', methods=['POST'])
|
| 584 |
+
def detect():
|
| 585 |
+
data = request.json
|
| 586 |
+
text = data.get('text', '')
|
| 587 |
+
threshold = data.get('threshold', 0.49)
|
| 588 |
+
|
| 589 |
+
X = vectorizer.transform([text]).astype(np.float32)
|
| 590 |
+
|
| 591 |
+
# Binary
|
| 592 |
+
binary_inputs = {binary_model.get_inputs()[0].name: X.toarray()}
|
| 593 |
+
binary_outputs = binary_model.run(None, binary_inputs)
|
| 594 |
+
spam_prob = float(binary_outputs[1][0].get(1, 0.0))
|
| 595 |
+
is_spam = spam_prob >= threshold
|
| 596 |
+
|
| 597 |
+
# Category
|
| 598 |
+
if is_spam:
|
| 599 |
+
category_inputs = {category_model.get_inputs()[0].name: X.toarray()}
|
| 600 |
+
category_outputs = category_model.run(None, category_inputs)
|
| 601 |
+
category = category_outputs[0][0]
|
| 602 |
+
else:
|
| 603 |
+
category = 'normal'
|
| 604 |
+
|
| 605 |
+
return jsonify({
|
| 606 |
+
'is_spam': is_spam,
|
| 607 |
+
'category': category,
|
| 608 |
+
'confidence': round(spam_prob, 4)
|
| 609 |
+
})
|
| 610 |
+
|
| 611 |
+
if __name__ == '__main__':
|
| 612 |
+
app.run(debug=True, port=5000)
|
| 613 |
+
```
|
| 614 |
+
|
| 615 |
+
### Advanced: Custom Thresholds by Category
|
| 616 |
+
|
| 617 |
+
```python
|
| 618 |
+
# Different thresholds for different categories
|
| 619 |
+
CATEGORY_THRESHOLDS = {
|
| 620 |
+
'phishing': 0.60, # High precision for phishing
|
| 621 |
+
'job_scam': 0.55, # Phishing-adjacent
|
| 622 |
+
'crypto': 0.65, # Very strict
|
| 623 |
+
'adult': 0.50, # Standard
|
| 624 |
+
'giveaway': 0.45, # More permissive
|
| 625 |
+
'marketing': 0.40, # Most permissive
|
| 626 |
+
}
|
| 627 |
+
|
| 628 |
+
def detect_with_category_threshold(text):
|
| 629 |
+
X = vectorizer.transform([text]).astype(np.float32)
|
| 630 |
+
|
| 631 |
+
# Get initial prediction
|
| 632 |
+
binary_inputs = {binary_model.get_inputs()[0].name: X.toarray()}
|
| 633 |
+
binary_outputs = binary_model.run(None, binary_inputs)
|
| 634 |
+
spam_prob = float(binary_outputs[1][0].get(1, 0.0))
|
| 635 |
+
|
| 636 |
+
# Get category
|
| 637 |
+
category_inputs = {category_model.get_inputs()[0].name: X.toarray()}
|
| 638 |
+
category_outputs = category_model.run(None, category_inputs)
|
| 639 |
+
category = category_outputs[0][0]
|
| 640 |
+
|
| 641 |
+
# Apply category-specific threshold
|
| 642 |
+
threshold = CATEGORY_THRESHOLDS.get(category, 0.49)
|
| 643 |
+
is_spam = spam_prob >= threshold
|
| 644 |
+
|
| 645 |
+
return {
|
| 646 |
+
'is_spam': is_spam,
|
| 647 |
+
'category': category,
|
| 648 |
+
'confidence': spam_prob,
|
| 649 |
+
'threshold_used': threshold
|
| 650 |
+
}
|
| 651 |
+
```
|
| 652 |
+
|
| 653 |
+
---
|
| 654 |
+
|
| 655 |
+
## ⚙️ Technical Details
|
| 656 |
+
|
| 657 |
+
### Model Architecture
|
| 658 |
+
|
| 659 |
+
**Framework**: ONNX (Open Neural Network Exchange)
|
| 660 |
+
**Base Algorithm**: Logistic Regression
|
| 661 |
+
**Feature Extraction**: TF-IDF Vectorizer
|
| 662 |
+
**Language Support**: 8 languages
|
| 663 |
+
|
| 664 |
+
### Training Configuration
|
| 665 |
+
|
| 666 |
+
```python
|
| 667 |
+
# Vectorizer
|
| 668 |
+
TfidfVectorizer(
|
| 669 |
+
max_features=10000, # v0.4 / 3000 for lite
|
| 670 |
+
ngram_range=(1, 2), # Unigrams + bigrams
|
| 671 |
+
analyzer='char_wb', # Character-based
|
| 672 |
+
sublinear_tf=True,
|
| 673 |
+
strip_accents='unicode',
|
| 674 |
+
lowercase=True,
|
| 675 |
+
norm='l2'
|
| 676 |
+
)
|
| 677 |
+
|
| 678 |
+
# Classifier
|
| 679 |
+
SGDClassifier(
|
| 680 |
+
loss='log_loss', # Logistic regression
|
| 681 |
+
penalty='l2', # L2 regularization
|
| 682 |
+
alpha=1e-4,
|
| 683 |
+
max_iter=1000,
|
| 684 |
+
random_state=42,
|
| 685 |
+
class_weight='balanced',
|
| 686 |
+
solver='saga',
|
| 687 |
+
n_jobs=-1
|
| 688 |
+
)
|
| 689 |
+
```
|
| 690 |
+
|
| 691 |
+
### ONNX Model Specification
|
| 692 |
+
|
| 693 |
+
Both binary and category models are **ONNX-native**:
|
| 694 |
+
|
| 695 |
+
```json
|
| 696 |
+
{
|
| 697 |
+
"input_type": "string",
|
| 698 |
+
"input_shape": [null, 1],
|
| 699 |
+
"output_format": "int64 label + probability dictionary",
|
| 700 |
+
"vectorization": "embedded in ONNX graph",
|
| 701 |
+
"conversion_method": "skl2onnx pipeline",
|
| 702 |
+
"providers": ["CPUExecutionProvider"]
|
| 703 |
+
}
|
| 704 |
+
```
|
| 705 |
+
|
| 706 |
+
---
|
| 707 |
+
|
| 708 |
+
## ⚠️ Limitations
|
| 709 |
+
|
| 710 |
+
### Known Constraints
|
| 711 |
+
|
| 712 |
+
1. **Language Coverage**: Best on English; varies for low-resource languages
|
| 713 |
+
2. **Context**: Cannot understand sarcasm, humor, or cultural references
|
| 714 |
+
3. **Domain Shift**: Performance degrades on completely unseen domains
|
| 715 |
+
4. **Adversarial**: Vulnerable to intentional obfuscation and adversarial text
|
| 716 |
+
5. **False Positives**: Legitimate promotional messages may be flagged
|
| 717 |
+
6. **False Negatives**: Sophisticated spam may evade detection
|
| 718 |
+
7. **Temporal Drift**: Spam patterns evolve; retraining recommended every 3-6 months
|
| 719 |
+
|
| 720 |
+
### Ethical Usage Guidelines
|
| 721 |
+
|
| 722 |
+
SpamShield should be used **responsibly**:
|
| 723 |
+
|
| 724 |
+
- ⚠️ **Human Review Required**: Never use for autonomous enforcement without human review
|
| 725 |
+
- ⚠️ **Monitor for Bias**: Regularly audit predictions across user groups
|
| 726 |
+
- ⚠️ **Transparency**: Inform users that automated moderation is active
|
| 727 |
+
- ⚠️ **Appeal Mechanism**: Provide clear paths for users to contest decisions
|
| 728 |
+
- ⚠️ **Compliance**: Ensure usage complies with GDPR, CCPA, and local laws
|
| 729 |
+
- ⚠️ **No Autonomous Banning**: Always maintain human-in-the-loop for enforcement
|
| 730 |
+
|
| 731 |
+
### Recommended Safeguards
|
| 732 |
+
|
| 733 |
+
```python
|
| 734 |
+
# For production: High confidence threshold + human review
|
| 735 |
+
ENFORCEMENT_THRESHOLD = 0.75
|
| 736 |
+
|
| 737 |
+
if spam_confidence >= ENFORCEMENT_THRESHOLD:
|
| 738 |
+
# Flag for human moderator review
|
| 739 |
+
flag_for_review(message, category, confidence)
|
| 740 |
+
else:
|
| 741 |
+
# For borderline cases, always require human review
|
| 742 |
+
if 0.5 <= spam_confidence < ENFORCEMENT_THRESHOLD:
|
| 743 |
+
flag_for_review(message, category, confidence)
|
| 744 |
+
```
|
| 745 |
+
|
| 746 |
+
---
|
| 747 |
+
|
| 748 |
+
## 🏆 Attribution & Credits
|
| 749 |
+
|
| 750 |
+
### Development & Maintenance
|
| 751 |
+
- **Arjun-M** ([@Arjun-M](https://github.com/Arjun-M)) - Model development, optimization, and maintenance
|
| 752 |
+
|
| 753 |
+
### Dataset Sources & Acknowledgments
|
| 754 |
+
|
| 755 |
+
We gratefully acknowledge:
|
| 756 |
+
|
| 757 |
+
#### Academic Institutions
|
| 758 |
+
- **University of Colorado Boulder** - OLID dataset (Offensive Language Identification)
|
| 759 |
+
- **Carnegie Mellon University** - Enron Email Corpus
|
| 760 |
+
- **UCI Machine Learning Repository** - SMS Spam Collection Dataset
|
| 761 |
+
|
| 762 |
+
#### Open-Source Communities
|
| 763 |
+
- **ONNX Project** - Model standardization and cross-platform deployment
|
| 764 |
+
- **Scikit-learn** - Machine learning framework
|
| 765 |
+
- **NumPy** - Scientific computing
|
| 766 |
+
- **ONNX Runtime** - Inference engine
|
| 767 |
+
|
| 768 |
+
#### Language & Domain Specialists
|
| 769 |
+
- Chinese NLP research community
|
| 770 |
+
- Hindi/Hinglish language researchers
|
| 771 |
+
- Multilingual offensive language identification teams
|
| 772 |
+
- Spam detection research community
|
| 773 |
+
|
| 774 |
+
#### Special Thanks
|
| 775 |
+
This project builds upon decades of NLP and spam detection research. We thank all dataset creators, researchers, and the open-source community for making this work possible.
|
| 776 |
+
|
| 777 |
+
---
|
| 778 |
+
|
| 779 |
+
## 📜 License
|
| 780 |
+
|
| 781 |
+
### Model License
|
| 782 |
+
**SpamShield**: [MIT License](https://opensource.org/licenses/MIT)
|
| 783 |
+
|
| 784 |
+
Free for use, modification, and distribution in open-source and commercial projects.
|
| 785 |
+
|
| 786 |
+
```text
|
| 787 |
+
MIT License
|
| 788 |
+
|
| 789 |
+
Copyright (c) 2026 Arjun-M
|
| 790 |
+
|
| 791 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 792 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 793 |
+
in the Software without restriction, including without limitation the rights
|
| 794 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 795 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 796 |
+
furnished to do so, subject to the following conditions:
|
| 797 |
+
|
| 798 |
+
The above copyright notice and this permission notice shall be included in all
|
| 799 |
+
copies or substantial portions of the Software.
|
| 800 |
+
|
| 801 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 802 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 803 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
| 804 |
+
```
|
| 805 |
+
|
| 806 |
+
### Dataset License
|
| 807 |
+
**Training Datasets**: [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/)
|
| 808 |
+
|
| 809 |
+
When using datasets:
|
| 810 |
+
- ✅ Attribute original dataset creators
|
| 811 |
+
- ✅ Include license notice in distributed works
|
| 812 |
+
- ✅ May use for commercial purposes
|
| 813 |
+
- ✅ May modify and adapt
|
| 814 |
+
|
| 815 |
+
---
|
| 816 |
+
|
| 817 |
+
## 📚 Citation
|
| 818 |
+
|
| 819 |
+
Please cite SpamShield in research or projects:
|
| 820 |
+
|
| 821 |
+
### BibTeX
|
| 822 |
+
```bibtex
|
| 823 |
+
@software{spamshield2026,
|
| 824 |
+
author = {Arjun-M},
|
| 825 |
+
title = {SpamShield: Multilingual Spam Detection \& Category Classification},
|
| 826 |
+
year = {2026},
|
| 827 |
+
url = {https://huggingface.co/M-Arjun/SpamShield},
|
| 828 |
+
note = {ONNX-based dual-model architecture with binary spam detection
|
| 829 |
+
and 6-category classification}
|
| 830 |
+
}
|
| 831 |
+
```
|
| 832 |
+
|
| 833 |
+
### Plain Text
|
| 834 |
+
```
|
| 835 |
+
Arjun-M. (2026). SpamShield: Multilingual Spam Detection & Category Classification.
|
| 836 |
+
Retrieved from https://huggingface.co/M-Arjun/SpamShield
|
| 837 |
+
```
|
| 838 |
+
|
| 839 |
+
---
|
| 840 |
+
|
| 841 |
+
## 📦 What's Included
|
| 842 |
+
|
| 843 |
+
✅ **2 ONNX Models** (Binary + Category)
|
| 844 |
+
✅ **2 Model Versions** (v0.4 Full & v0.4-lite Optimized)
|
| 845 |
+
✅ **Vectorizer** (TF-IDF pre-trained, ready to use)
|
| 846 |
+
✅ **Complete Documentation** (Usage, API, examples)
|
| 847 |
+
✅ **Metadata Configuration** (Thresholds, settings)
|
| 848 |
+
✅ **Performance Benchmarks** (By language, by category)
|
| 849 |
+
✅ **Integration Examples** (Python, FastAPI, Flask, JavaScript)
|
| 850 |
+
✅ **Full Attribution** (Dataset sources and credits)
|
| 851 |
+
|
| 852 |
+
---
|
| 853 |
+
|
| 854 |
+
## 🚀 Production Deployments
|
| 855 |
+
|
| 856 |
+
SpamShield powers spam detection and content moderation in numerous production systems across different platforms and scales.
|
| 857 |
+
|
| 858 |
+
---
|
| 859 |
+
|
| 860 |
+
## 🔗 Resources
|
| 861 |
+
|
| 862 |
+
- **ONNX Documentation**: [onnxruntime.ai](https://onnxruntime.ai/)
|
| 863 |
+
- **Scikit-learn Docs**: [scikit-learn.org](https://scikit-learn.org/)
|
| 864 |
+
- **TF-IDF Vectorizer**: [sklearn TfidfVectorizer](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html)
|
| 865 |
+
- **ONNX Model Specs**: [onnx.ai](https://onnx.ai/)
|
| 866 |
+
|
| 867 |
+
---
|
| 868 |
+
|
| 869 |
+
<div align="center">
|
| 870 |
+
|
| 871 |
+
**Made with ❤️ for open-source content moderation**
|
| 872 |
+
|
| 873 |
+
[](https://huggingface.co/M-Arjun/SpamShield)
|
| 874 |
+
|
| 875 |
+
**Last Updated: April 18, 2026**
|
| 876 |
+
|
| 877 |
+
If you find SpamShield helpful, please give it a ⭐ on [Hugging Face](https://huggingface.co/M-Arjun/SpamShield)!
|
| 878 |
+
|
| 879 |
+
</div>
|