https://github.com/liddiard/eye-command
Use eye winking to "press" meta keys like Control and Command for accessibility to mitigate repetitive strain injury, carpal tunnel, etc. 👁 ⌨️
https://github.com/liddiard/eye-command
accessibility keyboard opencv opencv-python python
Last synced: about 1 month ago
JSON representation
Use eye winking to "press" meta keys like Control and Command for accessibility to mitigate repetitive strain injury, carpal tunnel, etc. 👁 ⌨️
- Host: GitHub
- URL: https://github.com/liddiard/eye-command
- Owner: liddiard
- Created: 2017-09-08T15:28:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T15:31:32.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T11:17:01.602Z (about 1 year ago)
- Topics: accessibility, keyboard, opencv, opencv-python, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eye-command
## Installation
- create a venv: `python3 -m venv directory/path`
- `pip3 install -r requirements.txt`
- [install dlib](http://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/)