Demo of VisionCamera + TFLite + Skia to detect your body and draw a stickman figure ontop of it in realtime - without any native code 🤯🕺🏼
See this blogpost: https://mrousavy.com/blog/VisionCamera-Pose-Detection-TFLite
- react-native-vision-camera is used to stream frames from a Camera.
- react-native-worklets-core is required by VisionCamera to use Frame Processors
- react-native-fast-tflite is used to detect the human pose
- react-native-skia is used to make the screen black and draw the white skeleton into the Camera preview