Skip to content

quickpose/quickpose-react-native-pose-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quickpose-react-native-pose-estimation

A basic example of React Native running a fast pose estimation library on both iOS and Android.

QuickPose provides developer-oriented cutting edge AI fitness features, with easy integration and production ready code. Dramatically improving the speed of implementation for mobile applications.

This repo assumes you have followed the official React Native environment setup: https://reactnative.dev/docs/environment-setup

Getting Started

cd AwesomeProject
npm install

iOS

cd ios
pod install
cd ..
npx react-native run-ios

Android

Requires Android SDK 26+ and a physical device (camera required).

npx react-native run-android

SDK Key

Register for a free SDK key at https://dev.quickpose.ai and add it to:

  • iOS: AwesomeProject/ios/QuickPose/QuickPoseBasicView.swift
  • Android: AwesomeProject/android/app/src/main/java/com/awesomeproject/quickpose/QuickPoseViewManager.kt

Links

About

Quickly add MediaPipe Pose Estimation and Detection to your React Native app. Enable powerful features in your app powered by the body or hand.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors