Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 786 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 786 Bytes

Ai Virtual Keyboard

An Ai Virtual Keyboard built with Python and OpenCV modules.

Implementation and Result

The Keyboard letters are fixed on the screen at certain coordinates. The Camera will capture our hand and detect our hand and finger movements and then it will compare with the location of the keyboard key on the screen. If it matches, then the action associated with that key is triggered. Using this, the user can type letters on the screen or in a text editor like a notepad.

Test Image 1

Credit

This project was built following Murtaza's Workshop Lectures. He is an amazing computer vision Instructor, You can check out his youtube channel Here.