face-detection-opencv-js
face-detection-opencv-js copied to clipboard
How can this be used in nodejs?
I wanted to use opencv for face detection on client side in my node.js project .Please help.
Hi, I'll try to make a video tutorial on that this weekend. Meantime you can try the node package https://www.npmjs.com/package/opencv
I tried it in my node project,(didn't need the opencv node package sunce opencv.js itself would work here).I faced the issue https://stackoverflow.com/q/72058015/13412646
I had a foolish question , I'm not able to understand what shall we call this method of face detection as, where is it happening, server side or client side? Can you please explain.