An open API service indexing awesome lists of open source software.

https://github.com/nivi2407/image-processing-based-motion-sensing-with-telegram

Final Project
https://github.com/nivi2407/image-processing-based-motion-sensing-with-telegram

caffemodel cat-dog-detection image-processing motion-detection neural-network python telegram-bot

Last synced: over 1 year ago
JSON representation

Final Project

Awesome Lists containing this project

README

          

# Image Processing-Based Motion Sensing with Telegram

An algorithm for detecting moving objects from video sequences using image processing. Motion detection software is crucial for enhancing security features, such as motion sensor lighting and security cameras. This project focuses on Python-based motion detection, identifying movements of humans, cats, or dogs in front of a camera. The proposed method employs a neural network model for movement detection, coupled with image processing techniques.

Features:

- **Motion Detection:** Utilizes a reliable background updating model and threshold methods to detect complete moving objects, including humans, cats, and dogs.

- **Telegram Integration:** Sends notifications to an admin via a Telegram chat bot when movements are detected. Enables real-time communication by retrieving images and videos.

Motion Detection Examples

Cat Motion Detection | Dog Motion Detection


Cat Motion
Dog Motion

Human Motion Detection


Real-time Motion Detection
Real-time Motion Detection

## Technologies Used

- Python
- Image Processing
- Neural Network