Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 836 Bytes

File metadata and controls

29 lines (23 loc) · 836 Bytes

Hand Simulation

A lightweight prototype/demo that uses your webcam and mediapipe to track both hands. It recognizes simple shovel and pinch/grab gestures, and lets you pick up and throw blocks on the screen with simple physics. This project is not anything significant, just a checkpoint for my future works.

What it currently can do

  • Detects pinches
  • Visualizes hand paddles and landmarks
  • Lets you pick up and throw blocks
  • Simple physics for the blocks

To install

  1. Clone the repo:
    git clone https://github.com/WhiteHardhat/Hand-Simulation-Prototype.git
    cd AI-Jarvis
  2. Install the dependencies:
    pip install -r requirements.txt

Then, to run the code:

python hand_simulation.py

Keep in mind that a webcam is required.