-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |