https://github.com/adaptiverecognition/java-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.
https://github.com/adaptiverecognition/java-carmen-cloud-api
anpr carmen cloud mmr vehicle-recognition
Last synced: 5 months ago
JSON representation
The Carmen Cloud API provides a set of classes and methods to leverage the features of the Adaptive Recognition's Carmen Cloud platform.
- Host: GitHub
- URL: https://github.com/adaptiverecognition/java-carmen-cloud-api
- Owner: adaptiverecognition
- License: other
- Created: 2023-06-13T13:52:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-28T18:08:07.000Z (7 months ago)
- Last Synced: 2026-01-14T17:22:23.877Z (5 months ago)
- Topics: anpr, carmen, cloud, mmr, vehicle-recognition
- Language: Java
- Homepage: https://carmencloud.com
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/adaptiverecognition/carmen-cloud-client/) to invoke the Vehicle API and the Transportation&Cargo API of the platform.
# Building
Before proceeding, install a [JDK](https://jdk.java.net/archive/) (must be Java 11 or later) and [Apache Maven](https://maven.apache.org/install.html).
Ensure `JAVA_HOME` is set correctly and the `mvn` executable is available on your PATH.
Run the following command in a terminal/console.
```bash
mvn clean install
```
This compiles the Cloud API into your local maven repository.