A touch-free document navigation system using computer vision and real-time hand gesture recognition.
AirRead is a computer vision application that enables users to navigate digital content through natural hand gestures.
By combining MediaPipe hand tracking with OpenCV, the system detects user movement in real time and converts gestures into document navigation commands, reducing reliance on traditional input devices.
The objective of AirRead is to explore more natural forms of interaction between people and digital content while demonstrating practical applications of computer vision for accessibility and productivity.
- Real-time hand tracking
- Gesture recognition
- Touch-free navigation
- Lightweight implementation
- Fast response time
- Cross-platform compatibility
- Python
- OpenCV
- MediaPipe
airread
│
├── assets/
├── airread.py
├── hand_landmarker.task
├── requirements.txt
├── README.md
├── LICENSE
└── .gitignore
Clone the repository.
git clone https://github.com/kairavmurugesh/airread.gitInstall dependencies.
pip install -r requirements.txtRun the application.
python airread.py- Additional gestures
- Improved tracking stability
- Multi-document support
- Accessibility enhancements
This repository is provided for portfolio and educational review purposes.
See the LICENSE file for details.
Kairav Murugesh