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

https://github.com/jsoon/face-detection-demo

人脸探测示例.
https://github.com/jsoon/face-detection-demo

Last synced: 5 months ago
JSON representation

人脸探测示例.

Awesome Lists containing this project

README

          

# face-detection-demo

浏览器端人脸探测示例.

## 解决方案

[navigator.mediaDevices.getUserMedia](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia) + [face-api.js](https://github.com/justadudewhohacks/face-api.js)

## 运行示例

1. 安装依赖
```bash
npm install
```

2. 启用本地服务器在https协议下运行