Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SOC Intrusion Detection Demo
|
| 2 |
|
| 3 |
This demo runs a machine learning SOC model.
|
| 4 |
|
| 5 |
-
Upload a CSV file with network flow features and get predictions.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: soc
|
| 3 |
+
sdk: gradio
|
| 4 |
+
emoji: 🦀
|
| 5 |
+
colorFrom: yellow
|
| 6 |
+
colorTo: yellow
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
# SOC Intrusion Detection Demo
|
| 10 |
|
| 11 |
This demo runs a machine learning SOC model.
|
| 12 |
|
| 13 |
+
Upload a CSV file with network flow features and get predictions.
|