Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 863 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 863 Bytes

Skeletonise yourself with AI Pose Detection

This is the complimentary repository for this tutorial on how to use TensorFlow.js and a pose detection model to turn yourslef into a skeleton. You can read it here: Skeletonise yourself with Pose Detection

To see this code in action look here: https://skeletoniser.netlify.app/

If you want to see the kind of thing you can build using these techniques, check out our Halloween web experiment: Trick or Treat

Trick or Treat screenshot

Running

To install and run this project:

npm i

Start the dev server

npm run dev