Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 451 Bytes

Hand Signal Recognizer

A Python project to detect hand gestures and count the number of raised fingers using OpenCV and MediaPipe.

Installation

  1. Clone the repository:

    git clone https://github.com/RizkyZaki/hand-signal-recognizer.git
    cd hand-signal-recognizer
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the main script:

python src/main.py