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.
- Clone the repository with
git clone https://github.com/IsaiahSama/BodyTrackingAvatar
- CD into the folder
- Ensure python is installed, and run
pip install -r requirements.txt
orpip3 install -r requirements.txt
- run
python game.py
orpython3 game.py
- Take a few steps back, and enjoy :D
To exit, enter the terminal and hit ctrl + C
or command + C