VisionDesk is an AI + Computer Vision based smart desktop system that uses camera input to enable gesture control, automation, and intelligent interaction with the system.
- 🎥 Camera-based hand tracking
- 🖐️ Gesture recognition controls
- 🧠 AI-powered automation commands
- 🎮 Gesture-based interaction system
- 🔊 Voice or action triggered responses
- 💻 Desktop automation using computer vision
- Python 🐍
- OpenCV 👁️
- Mediapipe ✋
- TensorFlow Lite 🤖
- Pygame (optional game features)
git clone https://github.com/BlueeWhale/VisionDesk.git
cd VisionDesk
python -m venv venv
venv\Scripts\activate # Windows
pip install -r requirements.txt