File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Vision REST API samples
2+
3+ These samples are quickstarts that show how to use various Vision APIs, such as Face.
4+
5+ ## Prerequisites
6+ - Create an [ Azure resource] ( https://portal.azure.com ) for the service you'd like to try, for example a Face resource.
7+ - Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.
8+
9+ ## Running the samples
10+ Build/run in your IDE or from the command line, for example: <br >
11+ ` node ComputerVisionOCR.js `
12+
13+ ## Resources
14+ - Computer Vision documentation: <br >
15+ https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home
16+ - Computer Vision 2.1 API:<br >
17+ https://westus.dev.cognitive.microsoft.com/docs/services/5cd27ec07268f6c679a3e641/operations/56f91f2e778daf14a499f21b
18+ - Face documentation: <br >
19+ https://docs.microsoft.com/en-us/azure/cognitive-services/face/index
20+ - Face 1.0 API: <br >
21+ https://docs.microsoft.com/en-us/azure/cognitive-services/face/apireference
You can’t perform that action at this time.
0 commit comments