Skip to content

najamulsaqib/react-native-ml-kit-pose

Repository files navigation

React Native App with ML Kit Pose Implementation

This is a React Native app that uses ML Kit Pose to detect and track human body pose in real-time.

Getting Started

To get started with this app, follow these steps:

  1. Clone this repository:
git clone https://github.com/najamulsaqib/react-native-ml-kit-pose
  1. Install dependencies:
yarn install
  1. Run the app on an Android device:
yarn android

Or, run the app on an iOS device:

yarn ios 

Using ML Kit Pose

ML Kit Pose is already integrated into this app. To use it, simply open the app and point the camera at a person. The app will detect and track the person's body pose in real-time.

Built With

  • React Native - Framework for building native apps using React
  • ML Kit Pose - Machine learning library for detecting human body pose

License

This project is licensed under the MIT License - see the LICENSE file for details.