# face-recognition-scoring-applet **Repository Path**: nanshaobit/face-recognition-scoring-applet ## Basic Information - **Project Name**: face-recognition-scoring-applet - **Description**: 基于百度AI平台的人脸识别评分小程序 - **Primary Language**: 微信 - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-03-11 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # face-recognition-scoring-applet 开放源代码,遵循Apache License 2.0 # 效果展示 ![](https://images.gitee.com/uploads/images/2020/0312/002350_0c9dc483_2090068.jpeg) 可切换摄像头、拍照、从相册选择 ![](https://images.gitee.com/uploads/images/2020/0312/002349_fc65a05e_2090068.jpeg) 效果预览 ### 小程序账号注册及配置 地址:[`https://mp.weixin.qq.com/`](https://mp.weixin.qq.com/ "`https://mp.weixin.qq.com/`") 依次到 开发-开发设置 ![小程序后台截图](https://images.gitee.com/uploads/images/2020/0312/002350_685c4d9b_2090068.png "小程序后台截图") 配置request域名为百度AI接口地址 `https://aip.baidubce.com` ### 百度AI平台注册及配置 地址:[`http://ai.baidu.com/`](http://ai.baidu.com/ "`http://ai.baidu.com/`") ![百度AI平台后台截图](https://images.gitee.com/uploads/images/2020/0312/002351_6f33507b_2090068.png) 依次到控制台-人脸识别-应用列表 中查看KEY与Value(需要先创建应用,只需要输入应用名称和描述,其他默认即可) ### 修改代码 ![需要修改处截图](https://images.gitee.com/uploads/images/2020/0312/002350_25cc2641_2090068.jpeg "需要修改处截图") 将 `pages/home/home.js` data 中 appkey、appsecret 两处修改为百度AI平台创建的应用配置 Github:[https://github.com/nanshaobit/face-recognition-scoring-applet](https://github.com/nanshaobit/face-recognition-scoring-applet "https://github.com/nanshaobit/face-recognition-scoring-applet") 码云Gitee:[https://gitee.com/nanshaobit/face-recognition-scoring-applet](https://gitee.com/nanshaobit/face-recognition-scoring-applet "https://gitee.com/nanshaobit/face-recognition-scoring-applet") 个人博客:[https://blog.nanshaobit.top/97](https://blog.nanshaobit.top/97 "https://blog.nanshaobit.top/97") 博客园:[https://www.cnblogs.com/nanshaobit/p/face-recognition-scoring-applet.html](https://www.cnblogs.com/nanshaobit/p/face-recognition-scoring-applet.html "https://www.cnblogs.com/nanshaobit/p/face-recognition-scoring-applet.html") CSDN:[https://blog.csdn.net/LZ_nanshao/article/details/104809737](https://blog.csdn.net/LZ_nanshao/article/details/104809737 "https://blog.csdn.net/LZ_nanshao/article/details/104809737")