Model Console
Leverage DeGirum’s Model Console to run models directly in your web browser – upload inputs, view real-time results, and explore model details with ease.
When you view any model in AI Hub, the Model Console will allow you to run inference, view details about the model, download the model, and more.

Run Inference
Most models can be run from the browser.
Select an Input Image
Use one of our sample images, or click the Input File button on the left side to upload your image. After you select an image, it will appear on the left side of the screen.
Running Inference
After uploading your image, click Run Inference on the right side to process the input.
Results Display
On the right side, the results of the inference will be overlayed onto the original image. You may also click Json Result to see the inference results in JSON format.
The results you get will vary depending on model and model type.
Code

Click Code to view sample code for running the model with DeGirum PySDK using the AI Hub and Python.
To use this code, you'll need to create a Workspace token and install PySDK. Then you'll be able to save the code to a .py file, edit it to use your cloud token and a file, and run the code.
Model JSON

Click Model JSON to see the model JSON file using our model JSON editor and validator.
With the model JSON editor and validator, you can:
Edit the JSON file.
Validate the JSON.
Download or copy the JSON file.
Labels

Click Labels to see the contents of the labels file used by the model.
Copy, download, and delete the model
The Model Console features action buttons to:
Copy the model URL.
Download the model as a .zip file.
Copy the model to a model zoo in any Workspace you have joined.
Delete the model from this model zoo.
Last updated
Was this helpful?