Roboflow Instant
Train a few-shot model for use in building a Proof of Concept application with computer vision.
Last updated
Was this helpful?
Train a few-shot model for use in building a Proof of Concept application with computer vision.
Last updated
Was this helpful?
Roboflow Instant is a quick-to-train, few-shot model you can use while developing a Proof of Concept.
Instant automatically trains a model using your dataset as soon as you approve a new batch of images in your dataset.
This model is then available for use in Roboflow Workflows, like any other model trained on Roboflow.
Instant only supports Object Detection projects.
Roboflow Instant models are free to train.
Roboflow Instant models are automatically trained when you add <1000 images to your dataset and no Instant model exists for that project yet.
You can also trigger an Instant training job manually.
To trigger an Instant training job, navigate to a Project, click Models in the sidebar, then click "Train Model":
Choose "Roboflow Instant Model":
You will then be asked to confirm your training job:
Click "Create New Instant Model" to start your Roboflow Instant training job.
Your training job will then begin.
It may take several minutes for your model to be ready to use.
Your Instant model will then appear in your model list:
To use your model, click the Deploy Model button on the right side of the row of the model you want to deploy:
A window will appear from which you can choose Workflow template to use in your deployment. You can also opt to build your own Workflow.
When you select an option, a Workflow will be created. This Workflow will be accessible from the Workflows page in your Roboflow Workspace.
Here is an example of a Workflow created from the Detect, Count, and Visualize template:
This Workflow uses the Roboflow Instant model.
You can test your Workflow to see the Instant model in action:
Refer to our documentation to see how to call an Instant model directly using the Python SDK and Serverless Hosted API V2.