face-api.js:一个在浏览器中进行人脸识别的 JavaScript 接口
Mark!
本文将为大家介绍一个建立在「tensorflow.js」内核上的 javascript API——「face-api.js」,它实现了三种卷积神经网络架构,用于完成人脸检测、识别和特征点检测任务,可以在浏览器中进行人脸识别。
-
face-api.js:https://github.com/justadudewhohacks/face-api.js
-
TensorFlow.js:https://github.com/tensorflow/tfjs-core
具有丰富的功能:
- 人脸检测
- 人脸特征点检测及人脸对齐
- 人脸识别
- 等等,还有很多
运行示例:
git clone https://github.com/justadudewhohacks/face-api.js.git cd face-api.js/examples/examples-browser npm i npm start
在 http://localhost:3000/ 就能看到效果!
惨开链接:
1. https://github.com/justadudewhohacks/face-api.js
2. https://www.infoq.cn/article/tq*Ts7TzZPmpD9I6oUCh
3. https://www.jiqizhixin.com/articles/2018-07-16-2
个性签名:时间会解决一切