https://github.com/jsoon/face-detection-demo
人脸探测示例.
https://github.com/jsoon/face-detection-demo
Last synced: 5 months ago
JSON representation
人脸探测示例.
- Host: GitHub
- URL: https://github.com/jsoon/face-detection-demo
- Owner: JSoon
- License: mit
- Created: 2020-08-20T16:14:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T16:29:21.000Z (almost 6 years ago)
- Last Synced: 2025-07-30T17:36:27.763Z (11 months ago)
- Language: HTML
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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协议下运行