Skip to content

Deploying in EdgeFirst Studio

After training a Vision model in EdgeFirst Studio, you can deploy the model in any device connected to a browser with access to a camera. This can be your phone or your PC as an example. This guide will show you the steps for deploying the model using EdgeFirst Studio.

Navigate to the training session you wish to deploy by going back to the "Projects" page by clicking the "Projects" button at the top left of the page.

Go to Projects Page
Go to Projects Page

Click on the model experiments of your project.

Model Experiments Page
Model Experiments Page

Click on the training sessions of your experiment.

Training Sessions
Training Sessions

Click on the selected training session.

Training Session Details
Training Session Details

Click the "Run Model" button on the top right of the page.

Run Model Button
Run Model Button

Live Inference

You will be given the option for either live inference or inference from a file upload. Go ahead and demo the live inference feed by clicking the "Live" option.

Live Inference Option
Live Inference Option

You should now see the live inference feed on your browser running the trained model.

Live Inference
Live Inference

Image Inference

Alternatively, you can also select the "Upload" option where you can select any image in your filesystem to pass to the model for inference.

Image Inference Option
Image Inference Option

Select an image from the filesystem to run inference.

Select Image
Select Image

You should now see the image with the model inference displayed in EdgeFirst Studio.

Image Inference
Image Inference