About | How To Use | Features | Technologies | Requirements | Starting | Made By | Author
I have made a Hand Gesture based cursor controller. The cursor moves as we move our hand in front of the Primary Camera. It uses Machine Learning to infer 21 3-Dimensional Landmarks of hand using Mediapipe's State-of-the-art techniques.
✔️ Uses Open Computer Vision (OpenCV)
✔️ Tracks hands and Finger Tips Efficiently
✔️ Moves the cursor according to the Hand Gestures & Placement of Index Finger in the Camera Frame.
✔️ Can click the screen when Thumb & Little Finger are touched with each other.
The following tools were used in this project:
Before starting, you need to have Git & basic Deep Learning libraries installed.
# Clone this project
$ git clone https://github.com/UtkarshPrajapati/Gesture-Controlled-Mouse.git
# Access
$ cd Gesture-Controlled-Mouse
# Install dependencies
$ pip install -r requirements.txt
# Run the project
$ jupyter nbconvert --execute Mouse Controller.ipynb
Made with ❤️ by Utkarsh Prajapati