Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,30 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
An interactive Hugging Face Space to explore
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
## Features
|
| 8 |
- Scenario-based learning
|
| 9 |
-
- Human
|
| 10 |
- Common mistakes vs correct decisions
|
| 11 |
-
- Risk awareness
|
| 12 |
|
| 13 |
## Dataset
|
| 14 |
Based on the **Human-Like-Reasoning-Security-Scenarios** dataset.
|
| 15 |
|
| 16 |
## Disclaimer
|
| 17 |
-
All
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Human-Like Security Reasoning Explorer
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# 🔐 Human-Like Security Reasoning Explorer
|
| 14 |
|
| 15 |
An interactive Hugging Face Space to explore
|
| 16 |
+
cybersecurity, system, and network scenarios
|
| 17 |
+
with **human-like reasoning**.
|
| 18 |
|
| 19 |
## Features
|
| 20 |
- Scenario-based learning
|
| 21 |
+
- Human thought processes
|
| 22 |
- Common mistakes vs correct decisions
|
| 23 |
+
- Risk-level awareness
|
| 24 |
|
| 25 |
## Dataset
|
| 26 |
Based on the **Human-Like-Reasoning-Security-Scenarios** dataset.
|
| 27 |
|
| 28 |
## Disclaimer
|
| 29 |
+
All scenarios are synthetic and fictional.
|
| 30 |
+
Created solely for educational and research purposes.
|