Inference CLI
Command-line tool for running the Inference Server, processing data with Workflows, benchmarking, making predictions, and deploying to the cloud.
Last updated
Was this helpful?
Command-line tool for running the Inference Server, processing data with Workflows, benchmarking, making predictions, and deploying to the cloud.
The Roboflow Inference CLI is a command-line interface for the inference ecosystem. Use it to:
run and manage the Inference Server locally
process data with Workflows
benchmark inference performance
make predictions from your models
deploy the Inference Server to the cloud
pip install inference-cliIf you have installed the inference Python package, the CLI is already included.
This is the Inference CLI (inference ...), which manages the open source Inference Server. It is a different tool from the Roboflow CLI (roboflow ...), which manages platform resources such as projects, datasets, and versions.
The Inference CLI currently supports the following device targets:
x86 CPU
ARM64 CPU
NVIDIA GPU (including Jetson)
For Jetson-specific Inference Server images, see the Inference Server page or pull the images directly.
Start, stop, and check the local Inference Server.
Run predictions on images, directories, and video files.
Process images and videos with a Workflow.
Benchmark the Inference Server or the inference Python package.
Deploy the Inference Server to AWS or GCP virtual machines.
Last updated
Was this helpful?
Was this helpful?