You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
19
-
20
-
## Features
21
-
22
-
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.
18
+
This repo provides code samples for Azure Cognitive Services APIs. There are sections for Language, Search, and Vision, 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 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/cognitive-services/.
23
19
24
20
## Getting Started
25
21
26
-
All wrappers require at least two steps:
27
-
1. Copy the sample in your favorite IDE.
28
-
2. Get access key of your API and insert in the code. Build/Compile/Run your code.
29
-
30
-
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.
22
+
These REST samples require some steps:
23
+
1. Copy the sample into your favorite IDE or text editor.
24
+
1. Get a subscription key and endpoint from your API service (for example, Computer Vision or Bing Search, etc.) If you have not created the Azure service you need, go here to get a free (or paid) account: https://azure.microsoft.com/en-us/free/?WT.mc_id=A261C142F
25
+
1. Add your key and endpoint to your environment variables with the naming as shown in the code sample.
26
+
1. Install libraries if needed (instructions on the ones needed are in the sample).
27
+
1. Compile and run the sample through your IDE or the command line.
28
+
1. (Optional) You may want to download the whole repo first:
0 commit comments