Naz786 commited on
Commit
cf9f0a3
·
verified ·
1 Parent(s): 5955d4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -5
README.md CHANGED
@@ -1,12 +1,48 @@
1
  ---
2
  title: Sensor Placement Explorer
3
- emoji:
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.2.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Sensor Placement Explorer
3
+ emoji: 🎯
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # 🎯 Risk-Aware Sensor Placement Explorer
14
+
15
+ An interactive educational tool to understand **optimal sensor placement** using Log-Gaussian Cox Process (LGCP) models.
16
+
17
+ ## What You'll Learn
18
+
19
+ 1. **Detection Formula**: How sensors detect targets based on distance
20
+ 2. **Intensity Functions**: Where targets are expected to appear
21
+ 3. **Uncertainty**: How variance affects decision-making
22
+ 4. **Mean vs Conservative**: When to use each placement strategy
23
+
24
+ ## Features
25
+
26
+ - 🎮 **Interactive sliders** to adjust all parameters
27
+ - 📊 **Real-time visualizations** of sensor coverage
28
+ - 🔬 **Monte Carlo simulation** to test placement strategies
29
+ - 📚 **Educational summaries** of key concepts
30
+
31
+ ## How to Use
32
+
33
+ 1. **Tab 1**: Learn the detection probability formula
34
+ 2. **Tab 2**: Play with a single sensor
35
+ 3. **Tab 3**: Understand intensity and uncertainty
36
+ 4. **Tab 4**: Run full analysis comparing strategies
37
+ 5. **Tab 5**: Review key concepts
38
+
39
+ ## The Core Question
40
+
41
+ > "Should we place sensors where we EXPECT the most intruders (mean-based)
42
+ > or prepare for WORSE than expected (conservative/Q90-based)?"
43
+
44
+ **Spoiler**: For high-stakes security, conservative placement wins! 🏆
45
+
46
+ ## License
47
+
48
+ MIT License - Feel free to use and modify!