AI & edge computing now fast enough to run CNNs in real time.
Potential customers:
Commercial buildings, warehouses, data centers.
Cities and municipalities.
Industrial plants, energy facilities, transportation hubs.
Key message: "FireSentinel rides the intersection of safety, AI, and existing camera networks."
How FireSentinel Works (System Overview)
01
Video Input
Continuous frames from an existing camera feed.
02
Preprocessing
Resize and normalize images to match AlexNet input (e.g., 224×224 RGB).
03
CNN Inference (AlexNet)
Model analyzes each frame and outputs: Probability of Fire vs No Fire.
04
Decision & Alerts
If probability of fire exceeds a threshold: Trigger alert (notification, SMS, API call, control room dashboard). Optionally cross-check consecutive frames to reduce false alarms.
05
Result
Automated, always-on monitoring without needing a human to stare at screens.
Technical Deep Dive: AlexNet Architecture (High-Level)
What is AlexNet?
A Convolutional Neural Network (CNN) designed for image classification.
We adapt it to a 2-class problem: fire vs no fire.