Gesture Recognition Software.
Gesture is a desktop application that allows the user to control various applications through hand gestures.
Frontend
- JS
- React
- Electron
Backend
- Python
- Flask
- OpenCV
Installation
git clone https://github.com/aggie-coding-club/Vision-Controls
cd Gesture
pip install -r requirements.txt
cd frontend
npm install
Once ready run npm run dev to launch application.
- Full Desktop UI Using React and Electron
- Gesture Recognition / mouse movement through Python with OpenCV
- Settings page to change application preference / gestures
This project is managed by Aggie Coding Club.