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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM