GO语言版百度AI调用
go实现的对百度AI相关API调用
go get -u github.com/Melody12ab/godai
在base.go中修改你的APPID和APPSECRET
import "github.com/Melody12ab/godai"
result, err := godai.GeneralBasic("test.jpg")
println(string(result))
BigfaceMonster
go实现的对百度AI相关API调用
go get -u github.com/Melody12ab/godai
在base.go中修改你的APPID和APPSECRET
import "github.com/Melody12ab/godai"
result, err := godai.GeneralBasic("test.jpg")
println(string(result))
BigfaceMonster