Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Malicious URL Detection Models
|
| 2 |
|
| 3 |
This directory contains trained machine learning models for detecting malicious URLs. The models are trained to classify URLs into four categories:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language: en
|
| 4 |
+
tags:
|
| 5 |
+
- cybersecurity
|
| 6 |
+
- malicious-url-detection
|
| 7 |
+
- url-classification
|
| 8 |
+
- machine-learning
|
| 9 |
+
- phishing-detection
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
---
|
| 12 |
# Malicious URL Detection Models
|
| 13 |
|
| 14 |
This directory contains trained machine learning models for detecting malicious URLs. The models are trained to classify URLs into four categories:
|