Deployment Requirements
Notes on the information and settings required to deploy any model trained or hosted on Roboflow and/or Roboflow Universe.
For all deployment methods, you will need to retrieve the following pieces of information about your model:
Roboflow
Workspace ID
for the project (optional)Roboflow
Project ID
for the projectThe
Model ID
(i.eVersion Number
) of the Roboflow Train model, or hosted model from custom weights upload.Your Roboflow Private API Key (required if you authorize your workspace credentials in your code with
rf.Roboflow("PRIVATE_API_KEY")
instead ofroboflow.login()
orroboflow.login(force=True)
Usage of a computer/laptop/server architecture or edge device that is compatible with the Inference Server. See each deployment option in the Deploy sidebar for compatibility information for the deployment method you want to use.
Last updated