For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a Project

You can create new projects from the command line.

Command

roboflow project create <name> --type <project-type>

Options

Flag
Description

--type

Project type (required). See supported types below

--license

License for the project (optional)

--annotation

Annotation group name (optional, defaults to project name)

Supported Project Types

  • object-detection

  • single-label-classification

  • multi-label-classification

  • instance-segmentation

  • semantic-segmentation

  • keypoint-detection

Examples

Create an object detection project:

Create a classification project:

JSON Output

Last updated

Was this helpful?