How to use JavaScript to detect faces and apply filters

How to use JavaScript to detect faces and apply filters


I’ve previously written a guide on how to detect facial features using Python and I got many questions on twitter asking how to do the same using JavaScript. So today, I’m going to be answering that and we’ll add some extras: masking your face with a Spiderman filter, or the classic, dog filter. It’s been really fun to work on this project and I hope you enjoy it too. The article will cover two main topics: Face features recognition Adding filters So, here’s how to to detect facial features Similarly to how DLib works, for JavaScript, we have a library called clmtrackr which will do the…

This story continues at The Next Web
  1. No comment added yet!
  2. Leave Your Comment

    Your email address will not be published. Required fields are marked *

AtSign Innovations