https://github.com/darwinlenin/facerecognitiontensorflowjsapi
face api js recognition face with tensorflow
https://github.com/darwinlenin/facerecognitiontensorflowjsapi
face-detection face-recognition javascript netlify tensorflow
Last synced: 2 months ago
JSON representation
face api js recognition face with tensorflow
- Host: GitHub
- URL: https://github.com/darwinlenin/facerecognitiontensorflowjsapi
- Owner: darwinlenin
- Created: 2020-07-18T01:51:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T22:38:59.000Z (almost 6 years ago)
- Last Synced: 2025-06-14T04:39:03.504Z (about 1 year ago)
- Topics: face-detection, face-recognition, javascript, netlify, tensorflow
- Language: HTML
- Homepage: https://facerecognitiontensorflowjsapi.netlify.app/
- Size: 4.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT: FACE-API Tensorflow
Application hosted in Netlify: https://facerecognitiontensorflowjsapi.netlify.app/
You must enable your device camera and wait a few seconds before initializing the app to enjoy the functionality
[](https://app.netlify.com/sites/facerecognitiontensorflowjsapi/deploys)
## `navigator.getUserMedia`
`navigator.getUserMedia` is now deprecated and is replaced by `navigator.mediaDevices.getUserMedia`. To fix this bug replace all versions of `navigator.getUserMedia` with `navigator.mediaDevices.getUserMedia`