How does it work ?

We provide a pixel that receives images to detect human body key points and analyze motion within those images (such as counting squats, giving recommendations during pushups, tracking lunges progression, etc.).

Everything stay client side :

  • ❌ no streaming

  • ❌ no latency

  • ❌ privacy problems

Pose estimation

We track 17 keypoints of the human body on a 2D plane:

PoseTracker keypoints

You can try it here: https://codepen.io/Fabrice-Sepret/pen/OJeBpMm

Last updated