Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 467 Bytes

hand-tracking-game

Hand Tracking game built in Unity using mediapipe.

Installation

  1. Install Unity

  2. Load the Game directory as a new project.

  3. Install dependencies

    cd hand-tracking
    pip install -r requirements.txt
  4. Run main.py.

  5. Run the Game.

References

3d Hand Tracking in Virtual Environment | Computer Vision By Murtaza's Workshop

Axed Due to Performance Issues