Skip to content

Commit e4f10cf

Browse files
authored
Initial Commit
1 parent 3877d02 commit e4f10cf

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

java/ComputerVision/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
services: cognitive-services, computer-vision
3+
platforms: java
4+
author: wiazur
5+
---
6+
7+
# Computer Vision SDK Quickstart
8+
9+
This quickstart 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.
10+
11+
## Getting Started
12+
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.
17+
18+
### Clone and run
19+
20+
Execute from the command line:
21+
22+
1. `git clone https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git`
23+
1. `cd cognitive-services-java-sdk-samples/Vision/ComputerVision`
24+
1. `mvn compile exec:java -Dexec.cleanupDaemonThreads=false`
25+
26+
## More information
27+
28+
- [Build and deploy Java apps on Azure](http://azure.com/java)
29+
- The [Computer Vision documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/index)
30+
31+
---
32+
33+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)