Back to all Bounties
Earn 4,950 ($49.50)
due 9 months ago
Canceled
Build React Native pose/head detection to get a human inside a silhouette on top of a camera screen
hej11
Details
Applications
3
Discussion
Bounty Description
Using React Native, build a screen where the camera is used to detect the user, and place a silhouette above the screen where the head is at the top of the screen.
Then use any of the on-device pose detection libraries (1) to detect user's position, so that the user's head is within the silhouette. Just the head is enough.
(1) eg, TensorFlow.js with PoseNet or MoveNet, MediaPipe, VisionCamera and ML Kit, ReactNative PoseNet, etc)
Steps for Implementation
- Use the camera to capture the user's pose in real time.
- Apply pose detection with any of the above libraries to get key points.
- Compare key point coordinates with the predefined silhouette boundaries in your app.
- Provide real-time feedback based on whether the user aligns with the silhouette.