BlinkGesture

Control your computer with intentional eye blinks – a hands-free tool for accessibility and automation.

Overview

BlinkGesture is a desktop tool that lets you control your PC using eye blinks. Powered by Python, it uses OpenCV and dlib’s facial landmark detection to calculate Eye Aspect Ratio (EAR) and maps left/right blinks to keyboard actions like arrow keys or other inputs. Great for hands-free navigation, accessibility, or experimenting with computer vision.

Latest Release (v1.0.1)

Download

How It Works

Tech Stack

Installation (Python)

git clone https://github.com/allanhanan/BlinkGesture.git
cd BlinkGesture
pip install -r requirements.txt
python main.py

Use Cases

Limitations & Notes

Apps Page Screenshot Blink Frame Detection EAR Graph Visualization

Comments