cynthiachiu / webcam-AI-virtual-mouse

Takes in live webcam video feed, detects a single hand, recognizes your hand gestures and control the mouse in real-time. To move the mouse, close your hand except for the pointer finger and move. You will see the mouse move across your screen in accordance with your hand motion. To do a mouse click, bring up you middle finger alongside your index, and tap them together. You will see the mouse perform a click on your screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webcam AI Virtual Mouse

 

Webcam AI Virtual Mouse

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Takes in live webcam video feed, detects a single hand, recognizes your hand gestures and control the mouse in real-time. To move the mouse, close your hand except for the pointer finger and move. You will see the mouse move across your screen in accordance with your hand motion. To do a mouse click, bring up you middle finger alongside your index, and tap them together. You will see the mouse perform a click on your screen.

Alt Text

✨ Features

βœ”οΈ Python3;
βœ”οΈ OpenCV;
βœ”οΈ Hand Detection and Gesture Recognition;
βœ”οΈ Real time control of your mouse input;

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Python3 installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/cynthiachiu/webcam-AI-virtual-mouse

# Access
$ cd webcam-AI-virtual-mouse

# Initiate the python virtual environment
$ python3 -m venv venv
$ source venv/bin/activate

# Install packages
$ pip install -r requirements.txt 

# Run the project
$ python main.py

# A frame will appear with your webcam feed. Hold your hand up and it will recognize you hand gestures and control you mouse in real-time.

πŸ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❀️ by cynthiachiu

 

Back to top

About

Takes in live webcam video feed, detects a single hand, recognizes your hand gestures and control the mouse in real-time. To move the mouse, close your hand except for the pointer finger and move. You will see the mouse move across your screen in accordance with your hand motion. To do a mouse click, bring up you middle finger alongside your index, and tap them together. You will see the mouse perform a click on your screen.


Languages

Language:Python 100.0%