Skip to content

tuantranf/webrtc-face-recognition-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow People Recognition API Web Service

This is an example of how to turn the Face Recognition and into a web service.

Quick start with Docker

git clone [this-repository] webrtc-face-recognition
cd webrtc-face-recognition
docker build -t webrtc-face-regconition:latest .
docker run --rm -it -p 5000:5000 webrtc-face-regconition

Develop with Docker

git clone [this-repository] webrtc-face-recognition
cd webrtc-face-recognition
docker build -t webrtc-face-regconition:latest .
# mount current code to container
docker run --rm -it -p 5000:5000 -v $(pwd):/code webrtc-face-regconition

Example web apps

Point your browser to:

  • https://localhost:5000/local - shows a mirrored video from a webcam
  • https://localhost:5000/video - shows object detection running on a HTML <video> tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published