From 3ed8df13bfe4fcdbd33c25d4ad69e1cefc2f5e29 Mon Sep 17 00:00:00 2001 From: Winona Azure <38537084+wiazur@users.noreply.github.com> Date: Wed, 19 Feb 2020 18:58:49 -0800 Subject: [PATCH] Initial commit --- python/Vision/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 python/Vision/README.md diff --git a/python/Vision/README.md b/python/Vision/README.md new file mode 100644 index 0000000..a0599e4 --- /dev/null +++ b/python/Vision/README.md @@ -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:
+`python Face1.0.py` + +## Resources +- Computer Vision documentation:
+https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home +- Computer Vision 2.1 API:
+https://westus.dev.cognitive.microsoft.com/docs/services/5cd27ec07268f6c679a3e641/operations/56f91f2e778daf14a499f21b +- Face documentation:
+https://docs.microsoft.com/en-us/azure/cognitive-services/face/index +- Face 1.0 API:
+https://docs.microsoft.com/en-us/azure/cognitive-services/face/apireference