Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wiazur authored Feb 20, 2020
1 parent e703864 commit 3ed8df1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions python/Vision/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Vision REST API samples

These samples are quickstarts that show how to use various Vision APIs, such as Face.

## Prerequisites
- Create an [Azure resource](https://portal.azure.com) for the service you'd like to try, for example a Face resource.
- Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.

## Running the samples
Build/run in your IDE or from the command line, for example: <br>
`python Face1.0.py`

## Resources
- Computer Vision documentation: <br>
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home
- Computer Vision 2.1 API:<br>
https://westus.dev.cognitive.microsoft.com/docs/services/5cd27ec07268f6c679a3e641/operations/56f91f2e778daf14a499f21b
- Face documentation: <br>
https://docs.microsoft.com/en-us/azure/cognitive-services/face/index
- Face 1.0 API: <br>
https://docs.microsoft.com/en-us/azure/cognitive-services/face/apireference

0 comments on commit 3ed8df1

Please sign in to comment.