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,
Read more »