Skip to content

sinterwong/liveness-detection-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前端人脸活体检测(交互式)

1. 介绍

纯前端的人脸活体检测功能,可直接在浏览器中运行(打开摄像头功能如果不是https的情况下只能使用localhost)。支持4种类型的交互动作,分别是:点头,摇头,张嘴,眨眼。

2. Demo

Git Page: https://sinterwong.github.io/liveness-detection-demo/

3. TODO

  • 前端视频实时处理逻辑
  • 活体检测逻辑实现
  • 页面优化
  • 部署方案

4. 参考