diff --git a/README.md b/README.md new file mode 100644 index 0000000..abccff2 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file