questsin / cognitive-services-REST-api-samples

This is a repo for cognitive services REST API samples in 4 languages: C#, Java, Node.js, and Python.

Home Page:https://azure.microsoft.com/en-us/services/cognitive-services/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples for REST APIs in Cognitive Services

This repo provides code samples for cognitive services APIs. There are sections for Language, Search, and Vision APIs using various progamming languages. Note that these are just simple wrappers to the APIs. For SDKs and SDK samples there are separate repos. You can check out all cognitive services APIs here: https://azure.microsoft.com/en-us/services/cognitive-services/. You can check out detailed documentation of these APIs here: https://docs.microsoft.com/en-us/azure/#pivot=products&panel=cognitive.

Features

Code samples (aka API wrappers) in multiple languages. Check out https://azure.microsoft.com/en-us/services/cognitive-services/ for the latest and greatest version of the APIs.

Getting Started

All wrappers require at least two steps:

  1. Copy the sample in your favorite IDE.
  2. Get access key of your API and insert in the code. Build/Compile/Run your code.

You can get free access keys from here: https://azure.microsoft.com/en-us/try/cognitive-services/?api=bing-web-search-api. You can buy access keys from here: https://portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7.

Prerequisites

  1. Your favorite IDE.
  2. Node.js samples are for Node.js 6 version.
  3. Java samples will need JDK 7 or 8 and will require gson library in some cases.
  4. For python, you will need 3.x version.

Quickstart

  1. git clone https://github.com/Azure-Samples/cognitive-services-REST-api-samples
  2. cd cognitive-services-REST-api-samples
  3. Choose your language and sample and open in your favorite IDE.
  4. Insert Access Key (and other parameters as required). See Getting Started section above for info on how to get keys.
  5. Build and Run.

Resources

About

This is a repo for cognitive services REST API samples in 4 languages: C#, Java, Node.js, and Python.

https://azure.microsoft.com/en-us/services/cognitive-services/

License:Other


Languages

Language:HTML 49.5%Language:C# 21.6%Language:JavaScript 10.7%Language:Java 10.6%Language:Python 3.7%Language:Ruby 1.8%Language:Go 1.0%Language:CSS 0.6%Language:PHP 0.4%