# nodejs+html5人脸对比
**Repository Path**: bugkaifa/face-comparison
## Basic Information
- **Project Name**: nodejs+html5人脸对比
- **Description**: nodejs+html5人脸对比demo
- **Primary Language**: NodeJS
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-11-30
- **Last Updated**: 2023-07-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# nodejs+html5人脸对比
#### 介绍
nodejs+html5人脸对比demo
#### 软件架构
软件架构说明
使用nodejs+express+html
#### 安装教程
1. git clone https://gitee.com/bugkaifa/face-comparison.git
2. npm install
3. 创建.env文件格式如下:
APPID = xxxxxx
APISecret = xxxxxxxxxxxxxxxxxxx
APIKey = xxxxxxxxxxxxxxxxxxxx
#### 使用说明
1. 在科大讯飞开官网注册开发者账户 创建应用
2. 选择人脸识别->人脸对比 获取服务接口认证信息
3. 在.env文件中写入APPID,APISecret,APIKey
4. npm run dev运行项目
5. 打开浏览器输入 localhost:3000/index.html
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 特技
使用科大讯飞人脸对比Web API,需自行注册开发者账号