Skip to content
Open
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
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 🧠 Computer Vision Projects – Jayesh Sutar

A collection of Python projects built using OpenCV and hand gesture recognition, focused on experimenting with computer vision in real-world interactions.

Originally built to experiment with game control using hand tracking — these scripts showcase different gesture-based tools and systems.



## 🚀 Projects Included

- gesture.py – Real-time hand gesture recognition
- gesture_draw.py – Virtual paint application using finger tracking
- gesture_keyboard.py – Control keyboard inputs using hand gestures
- games.py / games2.py – Hand gesture integration with classic browser games
- both.py – Combined setup for game control and drawing with gestures



## 🛠 Tech Used (Use this as MediaPipe works on following Python version only!!)

- Python 3.10+
- OpenCV
- Mediapipe
- PyAutoGUI (for simulating inputs)
- NumPy



## 💡 How to Run

```bash
pip install -r requirements.txt
python gesture.py
TIP - use :-

python gesture_keyboard.py

This is optimized and other files are just a check.