PySDK Integration
Integrate DeGirum PySDK with AI Hub to keep your code concise while tapping into powerful cloud-hosted inference across diverse hardware resources.
DeGirum PySDK integrates with the AI Hub so you can write compact, easy-to-understand code. The inference_host_address
parameter tells PySDK where to run your model. Set it to "@cloud"
to use DeGirum’s cloud-hosted hardware—no local setup required.
Example Code
The snippet below connects to the remote device farm and runs inference on a local image file.
Last updated
Was this helpful?