Skip to content

Commit 5ecf009

Browse files
authored
Initial commit
1 parent 74bbf92 commit 5ecf009

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

nodejs/Vision/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)