File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Vision/ComputerVision/src/main/java Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 66import java .util .ArrayList ;
77import java .util .List ;
88
9- /**
9+ /**
1010 * Computer Vision Quickstart - Java
1111 *
1212 * Prerequisites:
13- * - Download/clone the project.
13+ * - Download/clone this repo: https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git
1414 * - From your Azure account, get your subscription key and the endpoint, and add them as
1515 environment variables named COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT.
1616 * - Create a 'src/main/java/resources' folder and add images (landmark.jpg and printed_text.jpg) from here:
1717 * https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/ComputerVision/Images
18- * - Install the Microsoft Cognitive Services Computer Vision libraries:
19- * https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-computervision
2018 *
2119 * To Run:
22- * - This project can be compiled and run with Maven.
23- * - This command will collect all dependencies for the above Microsoft library:
24- * mvn compile exec:java -Dexec.cleanupDaemonThreads=false
20+ * - cd to cognitive-services-java-sdk-samples\Vision\ComputerVision
21+ * - mvn compile exec:java
2522 *
2623 * This quickstart performs the following tasks with both local and URL images:
2724 * - Authenticate: creates a single client for use with all examples.
You can’t perform that action at this time.
0 commit comments