Python client for Carmen Cloud by Adaptive Recognition. Efficiently read license plates, recognize vehicle details, and process container, railway wagon, and US DOT codes.
Project description
Carmen Cloud Client by Adaptive Recognition
Python client for Carmen Cloud by Adaptive Recognition. This unified library provides you with access to both the Vehicle API and the Transportation & Cargo API.
Supported API Versions
- Vehicle API: v1.4
- Transportation & Cargo API: v1.0
🛠️ How to Install
pip install adaptive-recognition-carmen-cloud-client
🚀 Usage
You can utilize either the Vehicle API or the Transportation & Cargo API based on your needs.
🚗 Vehicle API
from carmen_cloud_client import VehicleAPIClient, SelectedServices, Locations
client = VehicleAPIClient(
api_key="<YOUR_API_KEY>",
services=SelectedServices(anpr=True, mmr=True),
input_image_location=Locations.Europe.Hungary,
cloud_service_region="EU"
)
response = client.send("./car.jpg")
print(response)
🚚 Transportation & Cargo API
from carmen_cloud_client import TransportAPIClient, CodeType
client = TransportAPIClient(
api_key="<YOUR_API_KEY>",
code_type=CodeType.ISO,
cloud_service_region="EU"
)
response = client.send("./container.jpg")
print(response)
🔧 Development
For more information about developing and contributing to this project, see DEVELOPMENT.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file carmen_cloud_client-1.0.0.tar.gz
.
File metadata
- Download URL: carmen_cloud_client-1.0.0.tar.gz
- Upload date:
- Size: 7.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e67e2a7ab037de01fc517336066429c30024e15a86248d8a560f9180c94719a |
|
MD5 | 943080fe3f661410cd44195509374ff8 |
|
BLAKE2b-256 | d7bf8e43eeb9d98a23b0554d2f768da6b3f3d2063d279dee34cc9e5e4a663b7f |
File details
Details for the file carmen_cloud_client-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: carmen_cloud_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6702d63a2d50a164b58340dfd302d76b58a6303237053c058d02a123aec182d |
|
MD5 | 2474a6006478208d9ef697c0d9d50c63 |
|
BLAKE2b-256 | aa8832d212a19e4e3c0d2712b9900cf6314a87ed8e74e1e1da01774904f1fe4d |