Skip to content
DEVRAJ edited this page Jun 5, 2026 · 1 revision

Welcome to the ai-security-camera-sms wiki!

AI Security Camera SMS 📷📡

Overview

This project detects motion using AI and sends SMS alerts in real-time.


Features

  • Real-time camera monitoring
  • Motion detection
  • SMS alert system
  • Lightweight Flask backend

How it works

  1. Camera captures video feed
  2. AI detects motion changes
  3. System triggers alert
  4. SMS is sent to user

Setup

git clone https://github.com/devv2308/ai-security-camera-sms
cd ai-security-camera-sms
pip install -r requirements.txt
python app.py

Clone this wiki locally