Skip to content

This is a program that uses MediaPipe to track hand movements and do actions with those movements.

License

Notifications You must be signed in to change notification settings

jakeard/Hand-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand Tracker

This is my Hand Tracker software. This program uses the camera connected to your device to track the position of your hand and fingers, and then uses that information to do an action, such as moving, clicking, and scrolling the mouse, or pressing keys.

I decided to tackle this project because I wanted to learn about and work with machine learning, as well as create a cool program that I can branch off of in many different ways. By spending the time to learn these topics and practice with them, I hope to gain a greater insight into the capabilities of coding and what I really can do with it.

Development Environment

Some tools that I used to make this program are:

  • Python
  • VSCode
  • OpenCV-Python Library
  • MediaPipe Library
  • PyAutoGUI Library
  • PyDirectInput Library
  • AutoIt Library

Useful Websites

Future Work

  • Smoothen out mouse movement
  • Facial Mapping
  • Item Detection