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