This is a React Native app that uses ML Kit Pose to detect and track human body pose in real-time.
To get started with this app, follow these steps:
- Clone this repository:
git clone https://github.com/najamulsaqib/react-native-ml-kit-pose
- Install dependencies:
yarn install
- Run the app on an Android device:
yarn android
Or, run the app on an iOS device:
yarn ios
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.
- React Native - Framework for building native apps using React
- ML Kit Pose - Machine learning library for detecting human body pose
This project is licensed under the MIT License - see the LICENSE file for details.