From f43e2c8b2345bd3fc2c3cf989734535d918252b6 Mon Sep 17 00:00:00 2001 From: Gaurav Borse Date: Fri, 27 Mar 2026 16:57:30 +0530 Subject: [PATCH] Add hand gesture recognition system under computer vision projects --- .../gesture-recognition-system/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/computer-vision/gesture-recognition-system/README.md diff --git a/projects/computer-vision/gesture-recognition-system/README.md b/projects/computer-vision/gesture-recognition-system/README.md new file mode 100644 index 000000000..262d0b8b0 --- /dev/null +++ b/projects/computer-vision/gesture-recognition-system/README.md @@ -0,0 +1,18 @@ +# Hand Gesture Recognition System + +A real-time hand gesture recognition system using MediaPipe and OpenCV to control system actions. + +## Features +- Cursor control using hand tracking +- Scroll using finger movement +- Click using 3-finger gesture +- Fullscreen toggle using both hands + +## Tech Stack +- Python +- OpenCV +- MediaPipe +- PyAutoGUI + +## Use Case +This project enables touchless interaction with a computer using hand gestures.