Skip to main content

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 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

carmen_cloud_client-1.0.1.tar.gz (7.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

carmen_cloud_client-1.0.1-py3-none-any.whl (7.9 MB view details)

Uploaded Python 3

File details

Details for the file carmen_cloud_client-1.0.1.tar.gz.

File metadata

  • Download URL: carmen_cloud_client-1.0.1.tar.gz
  • Upload date:
  • Size: 7.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for carmen_cloud_client-1.0.1.tar.gz
Algorithm Hash digest
SHA256 a0e1bf723e80d199b2d2346f1abaea2cb481fd5bd456c55178efd27ca90a9b75
MD5 82fe13f28786d55672c7b680424efbc4
BLAKE2b-256 f6ec4d4a007e903ad7e775b53a599dc7b1a190c1107bf88fe6eb07011c7288ba

See more details on using hashes here.

File details

Details for the file carmen_cloud_client-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for carmen_cloud_client-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0732903d91871c09b07f32e580c7cf9a28ea443c59cf35950983f1826af91166
MD5 ea86282b39391a305299192f0029ff9c
BLAKE2b-256 f0b37caae09a3ef587146726105e191e8b5f275e8c4be0daa14ac3a3a265d481

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page