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

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

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

[![Netlify Status](https://api.netlify.com/api/v1/badges/5608494e-7725-42c7-b4c5-d0d0fde2f24b/deploy-status)](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`