Opencv.js facial recognition

asked 2019-04-17 15:01:12 -0600

Hi i wanted to ask is it possible to use opencv.js for websites to use facial recognition, would like to know the complexity of it and if anyone has ever done it

edit retag flag offensive close merge delete

Comments

1

In a facial authentication project I used opencv.js for accessing the user's camera and allowing users to take and submit photos. Then I had a Django webapp and MySQL database on the server side for the deep learning and facial recognition parts. It will require you to get several parts working together. It terms of difficulty, it is not that difficult if you have strong full stack web development and moderate deep learning/opencv experience. If you are less experienced in either area it could be very difficult for you

phillity gravatar imagephillity ( 2019-04-17 18:09:09 -0600 )edit
berak gravatar imageberak ( 2019-04-18 03:28:29 -0600 )edit