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
- Host: GitHub
- URL: https://github.com/mondalbidisha/face-feature-detection
- Owner: mondalbidisha
- Created: 2020-05-24T17:15:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:17:35.000Z (over 3 years ago)
- Last Synced: 2025-07-01T22:36:11.902Z (11 months ago)
- Topics: css3, face-api, face-detection, html5, javascript
- Language: JavaScript
- Homepage: https://face-feature-detection.vercel.app
- Size: 6.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.