Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions projects/computer-vision/gesture-recognition-system/README.md
Original file line number Diff line number Diff line change
@@ -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.
Loading