Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 476 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 476 Bytes

React Face App

This is a simple app that uses TensorFlow to identify landmarks on faces from a webcam stream. The app will identify the user's eyes and replace them with eye emoticons.

Demo

To view the demo, visit the following URL:

https://sparkbuzz.github.io/react-faceapp/

Known issues

  • The <video> element on iOS on both Safari and Chrome is showing a black screen.
  • A requested feature to toggle between cameras is missing, this is due to the above issue.