https://github.com/aniekanbane/touch-free-keyboard
Virtual touchscreen keyboard using OpenCV and cvzone module
https://github.com/aniekanbane/touch-free-keyboard
computer-vision ironman mediapipe opencv
Last synced: 3 months ago
JSON representation
Virtual touchscreen keyboard using OpenCV and cvzone module
- Host: GitHub
- URL: https://github.com/aniekanbane/touch-free-keyboard
- Owner: aniekanBane
- Created: 2021-08-29T21:29:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T14:36:10.000Z (almost 3 years ago)
- Last Synced: 2023-10-11T20:14:12.425Z (almost 3 years ago)
- Topics: computer-vision, ironman, mediapipe, opencv
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Touch free onScreen keyboard
Virtual onScreen keyboard using openCV and cvzone module
## Getting Started
Clone the repository:
```shell
git clone https://github.com/aniekanBane/touch-free-keyboard.git
```
Install required packages:
```shell
pip install -r packages.txt
```
### Usage
Run the main.py file:
```shell
python3 -m main
```
Open a text editor. Hover around the keyboard with the index finger; this should display a black circle on the key. To perform a click, join the index and middle finger on the key of choice.