基于百度AI平台的人脸识别评分小程序
face-recognition-scoring-applet
开放源代码,遵循Apache License 2.0
效果展示
可切换摄像头、拍照、从相册选择
效果预览
小程序账号注册及配置
地址:https://mp.weixin.qq.com/
依次到 开发-开发设置
配置request域名为百度AI接口地址 https://aip.baidubce.com
百度AI平台注册及配置
依次到控制台-人脸识别-应用列表 中查看KEY与Value(需要先创建应用,只需要输入应用名称和描述,其他默认即可)
修改代码
将 pages/home/home.js
data 中 appkey、appsecret 两处修改为百度AI平台创建的应用配置
Github:https://github.com/nanshaobit/face-recognition-scoring-applet
码云Gitee:https://gitee.com/nanshaobit/face-recognition-scoring-applet
个人博客:https://blog.nanshaobit.top/97
博客园:https://www.cnblogs.com/nanshaobit/p/face-recognition-scoring-applet.html
CSDN:https://blog.csdn.net/LZ_nanshao/article/details/104809737
个人博客: | https://blog.nanshaobit.top |
CSDN: | https://blog.csdn.net/LZ_nanshao |
码云: | https://gitee.com/nanshaobit |
Github: | https://github.com/nanshaobit |