Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 695 Bytes

Green Light Red Light Motion Detection Game

This project is an implementation of a motion detection application inspired by the green light red light game. The application captures even subtle movements, such as a face twitch, using Python with OpenCV, imutils, and datetime libraries.

Dependencies

  • Python (>=3.9)
  • OpenCV
  • imutils
  • datetime

Installation

To install the required dependencies, run the following commands:

pip install opencv-python imutils

Usage

git clone https://github.com/abduIbasit/motion-detection.git
cd motion-detection
python motion_detection.py

Feel free to customize the template further based on your interest and idea.