Skip to content

KunalA18/AirMouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirMouse

Control mouse without touching it! The objective of this project is to create a virtual mouse system using Web camera to interact with the computer in a more user friendly manner that can be an alternative approach for the touch screen.

Mouse controls 🖱

  • To move mouse-
    • Raise your index finger up and move 👆
  • To Left click-
    • Raise your index and middle finger up and touch them ✌
  • To Right click-
    • Raise your index finger and thumb and touch them 🤏

Technologies 💻

Project is created using:

  • Python 3.9.6
    • Libraries used - openCV, mediapipe and mouse

Setup 📄

Make sure following libraries are installed before execution

  1. openCV
pip install opencv-python
  1. mediapipe
pip install mediapipe==0.8.6.1
  1. mouse
pip install mouse

Demonstration

AirMousegit

Releases

No releases published

Packages

No packages published

Languages