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
To install and run this project:
npm i
Start the dev server
npm run dev