Giter Club home page Giter Club logo

clarifai-client-go's Introduction

Clarifai Client for Go

Clarifai Client Go Apache V2 License Build Status GoDoc

clarifai-client-go is an unofficial Go client for Clarifai, an amazing, powerful AI image and video recognition service.

Functionality

General

  • Token refresh on expiry
  • Pagination support

Predict calls

  • Get predictions
  • With a specific model

Input calls

  • Add an image input from URL
  • Add an image input from a local file
  • Add image with concepts
  • Add image with custom metadata
  • Add image with crop
  • Get a list of all inputs
  • Get input by ID
  • Get input status
  • Get status of all inputs
  • Input update adding concepts
  • Input update deleting concepts
  • Delete single input by ID
  • Delete multiple inputs
  • Delete all inputs

Models

  • Create a model
  • Get all models
  • Get a model by id
  • Get model output info
  • Get all model versions
  • Get model version by version ID
  • Get all model inputs
  • Get model inputs used to train a specific version
  • Delete model
  • Delete model version
  • Delete all models
  • Model training
  • Add model concepts
  • Delete model concepts
  • Model search by name and/or type

Search

  • Add images to a search index
  • Search by predicted concepts
  • Search by user supplied concept
  • Reverse image search
  • Search by custom metadata
  • Mixed search by concepts and predictions

Installation

go get -u github.com/mpmlj/clarifai-client-go

Examples

Check directory /examples for fully-functional examples. Please note, you need to set two env variables first:

  • CLARIFAI_API_ID
  • CLARIFAI_API_SECRET

Roadmap

  • Improve test coverage

Support

  • Go versions: 1.6, 1.7
  • Clarifai API: 2.0

clarifai-client-go's People

Contributors

oharlem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.