Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimaltiwari2612/face-detection-using-javascript

Face Detection Using a Javascript library called clmtrackr which will do the heavy work of detecting where the face is on an image, and will also identify facial features such as the nose, mouth, eyes, and more.
https://github.com/vimaltiwari2612/face-detection-using-javascript

clmtrackr face-detection face-recognition javascript javascript-library

Last synced: about 2 months ago
JSON representation

Face Detection Using a Javascript library called clmtrackr which will do the heavy work of detecting where the face is on an image, and will also identify facial features such as the nose, mouth, eyes, and more.

Awesome Lists containing this project

README

        

# Face Detection Using Javascript

***Used a Javascript library called [clmtrackr](https://github.com/auduno/clmtrackr) which will do the heavy work of detecting where the face is on an image, and will also identify facial features such as the nose, mouth, eyes, and more.***

we will make use of clmtrackr to identify faces on a video stream (in our case a webcam or camera) and apply custom filters that can be selected by a dropdown on the screen.

![](https://github.com/vimaltiwari2612/Face-Detection-Using-Javascript/blob/master/Demo.gif)

Thanks to [thenextweb.com](https://thenextweb.com/syndication/2020/07/17/how-to-use-javascript-to-detect-faces-and-apply-filters/)'s article.