Skip to content

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 ind…

Notifications You must be signed in to change notification settings

cynthiachiu/webcam-AI-virtual-mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ind…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages