GithubHelp home page GithubHelp logo

clarifai / clarifai-java-grpc Goto Github PK

View Code? Open in Web Editor NEW
8.0 12.0 5.0 6.05 MB

Clarifai gRPC Java client

Home Page: https://docs.clarifai.com

License: Other

Java 99.47% Python 0.53%
clarifai clarifai-client grpc ai java

clarifai-java-grpc's People

Contributors

aleksander-clarifai avatar arnoldramo avatar aruex avatar clarifai-prod avatar rok-clarifai avatar rok-povsic avatar travertischio avatar yvetteclarifai avatar yvettez2017 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clarifai-java-grpc's Issues

PostModelOutputsRequest.newBuilder().setModel() doesn't work

When the PostModelOutputsRequest is constructed like this:

PostModelOutputsRequest.newBuilder()
            .setModelId(model.getId())
            .setVersionId(model.getModelVersion().getId())
            .addAllInputs(inputs)
            .build()

the execution of the request works as expected, however if it is constructed like this:

PostModelOutputsRequest.newBuilder()
            .setModel(model)
            .addAllInputs(inputs)
            .build()

the request fails with Model '' doesn't exist message.

JCenter is shutting down soon

Hi,

We're looking to migrate our clarifai Java client to the new gRPC client. However, we found out that JCenter (which the gRPC library depends on) is shutting down soon: see here.

Are there any plans to move away from JCenter?

Could not use clarifai-java-grpc in an android project

Hi,
I was working on an android project and tried to use clarifai api with java. I want to use clarifai by sending a http request but I could not find any example. can you help me?
Thanks for your time.

Best regards,
Işık

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.