PySDK Integration
Integrate DeGirum PySDK with AI Hub to produce compact, efficient code that taps into powerful cloud-hosted inference and diverse hardware resources.
DeGirum PySDK features integrations with AI Hub that enable producing compact, easy-to-understand code. Whenever you write code with PySDK, the inference_host_address
indicates where inference will be performed. Setting inference_host_address
to "@cloud"
connects your inference request to DeGirum’s cloud-hosted hardware, eliminating the need for local setup.
Example Code
The following code demonstrates all you need to connect to the remote device farm and run inference on a file you have locally.
Make sure you generate an access token. You cannot access the device farm or model zoo without an access token.
Last updated
Was this helpful?