from inference_sdk import InferenceHTTPClient
CLIENT = InferenceHTTPClient(
api_url="https://detect.roboflow.com",
api_key="****"
)
result = CLIENT.infer(your_image.jpg, model_id="license-plate-recognition-rxg4e/4")
result = client.run_workflow(
workspace_name="suvjg",
workflow_id="abc",
images={
"image": "YOUR_IMAGE.jpg"
}
)