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

https://github.com/mondalbidisha/face-feature-detection

A simple javascript project which used faceapi.js face detection library to detect faces, draw face landmarks on camera video stream. It also makes an attempt at detecting the gender, mood, and age of the individual
https://github.com/mondalbidisha/face-feature-detection

css3 face-api face-detection html5 javascript

Last synced: about 1 month ago
JSON representation

A simple javascript project which used faceapi.js face detection library to detect faces, draw face landmarks on camera video stream. It also makes an attempt at detecting the gender, mood, and age of the individual

Awesome Lists containing this project

README

          

# Face Feature Detection

Uses face-api.js library [https://github.com/justadudewhohacks/face-api.js/] to detect gender, age and emotion. Written in vanilla javascript, HTML and css and uses http-server to run.