Giter Site home page Giter Site logo

algorithmia-c-sharp's Introduction

NuGet NuGet Build status Deployment Status Follow @Algorithmia

Algorithmia Client Library for .NET

Algorithmia is a hosted marketplace as well as an on-premises enterprise solution that allows developers to tap into a catalog of over 4,500 algorithmic microservices. Developers leverage one of the existing algorithms, micrososervices, or functions or write their own.

Adding Algorithmia Client to your .NET Project

The best and easiest way to add the Algorithmia Client to your .NET projects is to use NuGet package manager. Within Visual Studio, you can use the NuGet GUI to search for and install the Algorithmia Client NuGet package. Or, as a shortcut, simply type the following command in the Package Manager Console:

Install-Package Algorithmia.Client

Sample Usage

To get started you will want to initialize an Algorithmia Client with your API key.

var client = new Algorithmia.Client("YOUR_API_KEY");

Next, you can specify an algorithm you would like to run and then process the algorithm's response. In this case we are going to call the Hello demo algorithm.

 var algo = client.algo("algo://demo/hello");
 var response = algo.pipe<string>("World");

 Console.WriteLine(response.result);

Getting help

If you need help installing or using the library, please contact Algorithmia Support at [email protected] or send us a message on https://algorithmia.com.

If you have found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!

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.