Real-time AI
Continuous camera-based snake detection.
A real-time residential safety prototype that uses a camera and YOLO-based computer vision to detect snakes and automatically trigger an ESP32, audible/visual alarms, SMS notification and phone call through SIM900A.
Snakes can enter homes and residential areas without warning. This project combines computer vision and embedded hardware to provide an automatic detection and alert mechanism.
Instead of relying only on manual observation or conventional sensors, the camera continuously monitors the scene while the trained YOLO model identifies a snake in the video.
Continuous camera-based snake detection.
ESP32 controls an external buzzer and LED.
SIM900A provides SMS and phone-call notification.
Combines commonly available embedded components.
USB camera captures the monitored area.
Python and YOLO analyze the video for a snake.
Confirmed detection sends a command to ESP32.
Microcontroller coordinates local and GSM alerts.
Captures real-time video for the AI detection stage.
Receives detection commands and controls the alert hardware.
Provides GSM-based SMS and phone-call alerts.
Provides an audible warning when an alert is activated.
Provides a visible local warning indication.
Suitable regulated supplies, jumper wires and connections.
YOLO identifies a snake above the configured confidence threshold.
Consecutive detections reduce the chance of reacting to a single false frame.
Python sends SNAKE to the ESP32 through USB serial.
ESP32 activates the external buzzer and LED.
SIM900A sends an SMS and initiates a phone call.
After the configured safe period, the system sends SAFE and disables the local alarm.
This is a presentation interface. It does not claim to be a live connection to the prototype.
Once this site is hosted online, point your exhibition QR code to this website so judges can scan it and view the complete project.