Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 682 Bytes

Chrome-FaceCam

Chrome-FaceCam Package App

The Chrome app uses Face Recognition to authenticate user. It is supposed to add an extra layer of security to web browser.

How to use:

  1. Select Take Shot to sample your face. The image will be recognized as legitimate user.
  2. Press Start Monitor to start monitoring.
  3. If the face detected is classified as the same as sampled face. Continue to monitor.
  4. If the face detected is classified different, necessary action will be triggered.

This app serves for demo purpose of face recognition using javascript and HTML5 in Chrome extension. No responsive action is triggered if unauthenticated user detect.