I have implemented the face recognition and pose estimation for android device. now I have to implement the same to web app. Can anyone please let me know, how to implement face recognition and pose estimation using webcam for web application. dependencies which I have using are google_ml_kit,tflite. I know that tflite is only to android/ios. is there any specific dependencies for web to access.
Asked
Active
Viewed 221 times
1 Answers
0
Here are some resources that could be helpful to you:
(2) MediaPipe JS API which supports both Face and Pose detection: https://google.github.io/mediapipe/getting_started/javascript.html

Steven
- 321
- 1
- 7