Create a Project
Last updated
Was this helpful?
Was this helpful?
roboflow project create my-detector --type object-detectionroboflow project create breed-classifier --type single-label-classificationroboflow project create my-detector --type object-detection --json{
"status": "created",
"project": "my-detector",
"type": "object-detection",
"workspace": "my-workspace"
}