Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

services cognitive-services, computer-vision
platforms java
author wiazur

Computer Vision SDK Quickstart

This quickstart uses image classification and object detection on an image with the Computer Vision Cognitive Service. It will retrieve and print information (including text) from the image. Maven is used.

Getting Started

Prerequisites

Clone and run

Execute from the command line:

  1. git clone https://github.com/Azure-Samples/cognitive-services-quickstart-code.git
  2. cd cognitive-services-quickstart-code/java/ComputerVision
  3. mvn compile exec:java -Dexec.cleanupDaemonThreads=false

More information


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.