You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Vision/ComputerVision/README.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,37 +4,29 @@ platforms: java
4
4
author: milismsft
5
5
---
6
6
7
-
# Computer Vision SDK Sample ##
7
+
# Computer Vision SDK Sample
8
8
9
-
Sample code for image classification and object detection for Computer Vision, an Azure Cognitive Service.
10
-
- Send a resource image and retrieve a description of it
11
-
12
-
## Features
13
-
14
-
This project framework provides examples for the **Computer Vision SDK** for the [Computer Vision API](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/)
9
+
This sample code uses image classification and object detection on an image with the Computer Vision Cognitive Service. It will retrieve and print information from the image. Maven is used.
15
10
16
11
## Getting Started
17
12
18
13
### Prerequisites
14
+
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
15
+
- Get an [Azure Computer Vision](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/) account to get your subscription key and endpoint.
16
+
- Add COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT to your environment variables with your key and endpoint as values.
19
17
20
-
- An Azure Computer Vision account to get your subscription key and endpoint
0 commit comments