Create a Workflow
Last updated
Was this helpful?
Last updated
Was this helpful?
A workflow accelerates your computer vision pipeline development, with hundreds of pre-built vision and logic blocks that let you prototype, integrate, and deploy vision-powered applications—no extensive coding required.
You can deploy a workflow on the Roboflow Cloud or self-host on your own hardware and edge devices. The same workflow can be run on images, video files, and live RTSP streams using our Roboflow Inference package.
Without further ado, let’s create our first workflow.
To create a Workflow, navigate to your workspace dashboard and click the "Workflows" tab:
On the Workflows page, click "Create a Workflow" to create a workflow:
You will be redirected to your new Workflow in the Roboflow web application:
You can optionally start with a template that let you do, among other things:
Run a single model, count detected objects, and visualize results.
Run a detection model, crop results, and then run an OCR model for text recognition.
Detect an object then classify the region of the detection.
Select "Start from a Template" to browse our popular workflow templates.
Now that you have created a workflow, let's configure it to solve a vision use case.