tfjs-examples/react-native/pose-detection
..
__tests__
android
ios
offline_model
.gitignore
App.tsx
README.md
app.json
babel.config.js
index.js
metro.config.js
package.json
screenshot_landscape.jpg
screenshot_portrait.jpg
tsconfig.json
yarn.lock

README.md

Overview

A quick demo for running TFJS Pose Detection model (MoveNet.SinglePose.Ligntning) using TFJS React Native in an Expo project. It supports both portrait and landscape mode with front and back camera. Only the keypoints are rendered in the demo.

To run it locally:

$ yarn
$ yarn start

Then scan the QR code to open it in the Expo Go app.

If the app crashes on startup, see here for more info.