A modern Python application that detects eye blinks using your webcam and automatically scrolls through pages (Instagram, TikTok, web pages, etc.). Includes a sleek GUI with start/stop/quit controls.
- Accurate blink detection using OpenCV’s Haar cascades.
- Automatic scrolling on blink events.
- Modern GUI with start/stop/quit buttons and live camera feed.
- Cross-platform (Windows, Linux, Mac) — requires Python 3.8+.
- Threaded camera processing for smooth, responsive GUI.
- Clone the repository
git clone https://github.com/kem-git/blinktrack.git
cd blinktrack
Dependencies: pip install opencv-python pyautogui pillow
- Run the project
python blink.py