Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.6.0
metadata
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
- Detection Formula: How sensors detect targets based on distance
- Intensity Functions: Where targets are expected to appear
- Uncertainty: How variance affects decision-making
- 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
- Tab 1: Learn the detection probability formula
- Tab 2: Play with a single sensor
- Tab 3: Understand intensity and uncertainty
- Tab 4: Run full analysis comparing strategies
- 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!