Skip to content

fabianbusch/react-native-tfjs-pose-detection

Repository files navigation

Info

This repository is a copy from https://github.com/tensorflow/tfjs/tree/master/tfjs-react-native and has only dependencies upgraded

E.g. Expo is now on Version 49 (before: 46)

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.