Skip to content

Clarifai is a business that provides a set of APIs to analyze images/videos. This repo contains golang codes to access those APIs.

Notifications You must be signed in to change notification settings

shinji310/clarifai2-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clarifai2-go

Clarifai is a business that provides a set of APIs to analyze images/videos. This repo contains golang codes to access those APIs. It's similar to Google Cloud Vision, Amazon Rekognition, and Microsoft Computer Vision. For the details of the Clarifai API, get to their web sites.

Status

  • Supports simple functions only. A framework to implement all the functions is implemented.
  • You can send your images/videos to Clarifai to obtain tags, and store your images/videos on Clarifai.
  • Sanity checking can be done by running "go test". Don't forget adding your own API key before doing so.

Next task

Add a support for seaching images/videos.

About

Clarifai is a business that provides a set of APIs to analyze images/videos. This repo contains golang codes to access those APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages