https://github.com/furrychina/tencentcloud-faceid
基于Go的腾讯云人脸核身SDK
https://github.com/furrychina/tencentcloud-faceid
golang tencent-cloud
Last synced: 5 months ago
JSON representation
基于Go的腾讯云人脸核身SDK
- Host: GitHub
- URL: https://github.com/furrychina/tencentcloud-faceid
- Owner: furrychina
- Created: 2024-07-22T05:52:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T06:47:20.000Z (almost 2 years ago)
- Last Synced: 2024-07-25T08:58:25.646Z (almost 2 years ago)
- Topics: golang, tencent-cloud
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 腾讯云人脸核身SDK
## 简介
由于腾讯云官方没有提供Go版本的SDK,因此本项目基于腾讯云官方的人脸核身服务API文档,实现了一个Go版本的SDK。
该SDK提供了腾讯云人脸核身服务的API接口封装,方便您在自己的应用中调用人脸核身服务。
适用于Go后端,原生APP前端或者ReactNative。
## 安装
```shell
go get github.com/furrychina/tencentcloud-faceid
```
## 适用示例
详见main.go