Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vimaltiwari2612/face-detection-using-javascript
- Owner: vimaltiwari2612
- Created: 2020-07-18T10:30:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T05:19:06.000Z (over 4 years ago)
- Last Synced: 2023-08-22T21:53:35.601Z (over 1 year ago)
- Topics: clmtrackr, face-detection, face-recognition, javascript, javascript-library
- Language: HTML
- Homepage: https://vimaltiwari2612.github.io/Face-Detection-Using-Javascript/.
- Size: 12.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.