An open API service indexing awesome lists of open source software.

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

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