This document describes a computer vision-based fire detection system that analyzes video frames captured by a camera. It uses algorithms to detect fires based on color, shape, and motion in the video frames. The system sends SMS alerts to notify emergency services if a fire is detected. It works by continuously capturing frames with a camera and applying fire detection algorithms to analyze the color, convert the images to HSV color space, and perform background subtraction to isolate moving objects. If fire is detected in the image processing, a microcontroller sends an SMS using a GSM module and also triggers an alarm with a buzzer and message on an LCD display. The system provides faster response times than traditional smoke detectors through real-time video analysis.