一款可以在浏览器中运行的人脸识别库
【摘要】
介绍一款人脸识别库
face-api.js
# 描述
在浏览器或者nodejs环境中用tensorflow.js实现的人脸探测和识别的js接口 JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
...
介绍一款人脸识别库
# 描述
在浏览器或者nodejs环境中用tensorflow.js实现的人脸探测和识别的js接口
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
# 特点
- 人脸识别(Face Recognition)
- 人脸特征检测(Face Landmark Detection)
- 面部表情检测(Face Expression Recognition)
- 年龄测定(Age Estimation)
- 性别检测(Gender Recognition)
# demo address
# 食用方法
# 克隆仓库
git clone https://github.com/justadudewhohacks/face-api.js.git
# 运行浏览器示例
-
cd face-api.js/examples/examples-browser
-
npm i
-
npm start
# 运行Nodejs示例
-
cd face-api.js/examples/examples-nodejs
-
npm i
- 利用ts-node运行例子
ts-node faceDetection.ts
- node编译运行
-
tsc faceDetection.ts
-
node faceDetection.js
# 直接在页面中引用js脚本
文章来源: blog.csdn.net,作者:薛定喵君,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/jsxg2009/article/details/115244408
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)