clarifai-go
clarifai-go copied to clipboard
DEPRECATED: please use https://github.com/Clarifai/clarifai-go-grpc
Hello! Is there any plan to update this lib to work with v2 API?
I am trying to add possibility to [specify language for each request](https://developer.clarifai.com/guide-v1/tag#guide-v1-tag-languages). I tried just adding a Language string variable to the TagRequest struct, but that didn't seem to do...
For example passing a base64 encoded image. This includes another [PR](https://github.com/Clarifai/clarifai-go/pull/5).
according to the documentation [here](https://developer.clarifai.com/docs/tag) you are able to make requests to the tag parameter with a local file, but this functionallity is not availble in this [client](https://github.com/Clarifai/clarifai-go/blob/master/requests.go#L93). it seems...
for https://github.com/Clarifai/clarifai-go/issues/3 tests are missing for now
This pull request adds `ImageTag()` and `VideoTag()` methods and parallel model structures for image and video tag response. The existing `Tag()` method will return the same structure (but now the...
I have some problems with this library when getting tags for videos. The problem is this: This is an example response from the tag endpoint for a `.mp4` _video_: ```...