yahyaghani / react-native-mlkit-pose-detection

MLKit Pose Detection For React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-mlkit-pose-detection

MLKit Pose Detection (currently iOS only)

Supports

  • Regular videos (from file system) via react-native-native-video (by me!)
  • Live videos via Frame processor plugins of react-native-vision-camera (by @mrousavy)

Installation

npm install react-native-mlkit-pose-detection

For Vision Camera to work, you must add the babel plugin

module.exports = {
  plugins: [
    [
      'react-native-reanimated/plugin',
      {
        globals: ['__SKRNMLKitPoseDetectionVisionCameraFrameProcessorPlugin'],
      },
    ],

Usage

TODO: DO THIS (See example for now)

import { multiply } from "react-native-mlkit-pose-detection";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

MLKit Pose Detection For React Native

License:MIT License


Languages

Language:Objective-C++ 25.0%Language:TypeScript 24.2%Language:C++ 16.8%Language:Java 13.7%Language:Objective-C 9.7%Language:Ruby 7.3%Language:JavaScript 2.6%Language:CMake 0.5%Language:C 0.2%Language:Swift 0.1%