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