Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 919 Bytes

File metadata and controls

14 lines (10 loc) · 919 Bytes

Carmen Cloud API

The Carmen Cloud API provides a set of classes and methods to leverage the features of the Adaptive Recognition's Carmen Cloud platform. With the Carmen Cloud platform, you can extract the needed information from the uploaded images, such as license plate numbers, vehicle make and model, and vehicle identification numbers (VINs). Use the Cloud Client library to invoke the Vehicle API and the Transportation&Cargo API of the platform.

Building

Before proceeding, install a JDK (must be Java 11 or later) and Apache Maven.

Ensure JAVA_HOME is set correctly and the mvn executable is available on your PATH.

Run the following command in a terminal/console.

mvn clean install

This compiles the Cloud API into your local maven repository.