Spaces:
Sleeping
Sleeping
| 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! |