Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.11 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.11 KB

Body Tracking Avatar

This project makes use of Google's Pose Landmark tracker, along with Arcade, to map a user's movements into an avatar rendered out in Arcade.

How to use

  1. Clone the repository with git clone https://github.com/IsaiahSama/BodyTrackingAvatar
  2. CD into the folder
  3. Ensure python is installed, and run pip install -r requirements.txt or pip3 install -r requirements.txt
  4. run python game.py or python3 game.py
  5. Take a few steps back, and enjoy :D

To exit, enter the terminal and hit ctrl + C or command + C