face detection with reactjs
I have simple react app which has three buttons one to start the camera feed, one to capture an image and displays it and one to detect face(s) in that image and add a box around the face with the dimensions.
‘
face detection from an image using opencv.js or tensflow.js
I have simple react app which has three buttons one to start the camera feed, one to capture an image and displays it and one to detect face(s) in that image and add a box around the face with the dimensions.