Perfectyash commited on
Commit
4db3e49
·
verified ·
1 Parent(s): d1687c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -6
README.md CHANGED
@@ -1,17 +1,30 @@
1
- # Human-Like Security Reasoning Explorer
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  An interactive Hugging Face Space to explore
4
- human-style reasoning in cybersecurity,
5
- system, and network scenarios.
6
 
7
  ## Features
8
  - Scenario-based learning
9
- - Human reasoning steps
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 data is synthetic and created for educational purposes only.
 
 
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.