Expo Go demo for the PoseTracker Light human pose estimation SDK — TF.js + MoveNet loaded online each session (small npm package).
Fastest — no clone: Expo Snack → install Expo Go → Run on device → scan the QR.
Or run this repo:
- Install Expo Go
npm install && npx expo start- Scan the QR code (needs network for model / TF.js)
- Keypoints work without an API key; paste a PoseTracker API key for exercises
npm install @pose-tracker/react-native-pose-estimation-light react-native-webview- Light SDK: https://github.com/Movelytics/react-native-pose-estimation-light
- Offline SDK (bundled model): https://github.com/Movelytics/react-native-pose-estimation
- Comparison: see Light SDK
docs/LIGHT_SDK.md - Product: https://www.posetracker.com
Never commit API keys. Use the in-app field only.
This demo is MIT (see LICENSE). The SDK is proprietary — see the Light SDK repo.