Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wang-zerui/facedec-SHOGOKI
基于人脸识别登录和在线合同签署系统,vue+spring+微信小程序
https://github.com/wang-zerui/facedec-SHOGOKI
face-detection miniapp vue
Last synced: 9 days ago
JSON representation
基于人脸识别登录和在线合同签署系统,vue+spring+微信小程序
- Host: GitHub
- URL: https://github.com/wang-zerui/facedec-SHOGOKI
- Owner: wang-zerui
- Created: 2021-11-12T11:52:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T08:26:22.000Z (over 2 years ago)
- Last Synced: 2024-10-20T13:35:17.584Z (23 days ago)
- Topics: face-detection, miniapp, vue
- Language: Vue
- Homepage:
- Size: 11.6 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 基于人脸识别的登录以及合同在线签署系统
运用了serverless,人脸识别技术,redis以及pdfjs
前端使用vuejs,后端使用spring
## website
[点击访问](http://face.xinwuyun.cloud/#/login)
## 运行方法
```
git clone https://github.com/xinwuyun/facedec-SHOGOKI
yarn install
yarn serve
```运行成功后访问 [http://localhost:8080/#/login](http://localhost:8080/#/login)
## 打包方法
```
yarn build
```