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.

In the Model Console, you can upload an input file, run inference on it, view the source code, examine the model JSON, check labels, read the Model Readme, and more.

Run Inference

Most models can be run from the browser.

1

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.

2

Running Inference

After uploading your image, click Run Inference on the right side to process the input.

3

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

Code tab in the Model Console.

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

Model JSON tab in the Model Console.

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

Labels tab in the Model Console.

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?