> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/datasets/create-a-project.md).

# Projectを作成する

モデルをトレーニングする前に、Project を作成する必要があります。

Project には画像とアノテーションが含まれます。このデータは、その時点で固定されたデータのスナップショットである dataset version に変換できます。Versions はその後、モデルのトレーニングに使用できます。

### Project を作成する

まず、Roboflow dashboard に移動します。次に、「Create New Project」をクリックします：

<figure><img src="/files/a3d040b5c5246c4d8635db2094597d69dcfe4153" alt=""><figcaption></figcaption></figure>

新しい Project を作成できるページに移動します：

<figure><img src="/files/25e079af1a29320f5274001e012352f1044f838b" alt=""><figcaption></figcaption></figure>

このページでは、次の項目を入力する必要があります：

1. **Project type**.
   1. ***物体検出***：画像内のオブジェクトの位置を特定します。
   2. ***単一ラベル分類***：限られたカテゴリの中から、画像に1つのラベルを割り当てます。
   3. ***マルチラベル分類***：限られたカテゴリの中から、画像に関連するラベルを任意の数だけ割り当てます。
   4. ***インスタンスセグメンテーション***：ピクセル単位で、画像内のオブジェクトの位置を特定します。
   5. ***セマンティックセグメンテーション***：ピクセル単位で、画像内のオブジェクトの位置を特定し、見つかった各オブジェクトに一意の参照を作成します。
   6. ***キーポイント検出***：画像内のオブジェクトとそのキーポイントの位置を特定します。通常、オブジェクトの姿勢を判定するために使用されます。
2. **Project 名：** あなたの Project の名前。
3. **Annotation group：** 画像内で何を検出するかを分類するラベル（例：「chess pieces」「vehicles」「defects」）。同じ annotation group を共有する Project は、クラス一覧とアノテーションも共有します。詳細は [Annotation Groups](/roboflow/roboflow-jp/datasets/annotation-groups.md) を参照してください。

これらの値を指定したら、フォームを送信して Project を作成します。

*別の種類の Project の対応をご希望の場合は、Project types のドロップダウンからそのオプションを選択して、関心をお知らせください。*

{% hint style="info" %}
無料プランをご利用の場合、データセットとモデルは [Roboflow Universe で利用可能になります](/roboflow/roboflow-jp/universe/what-is-roboflow-universe.md)。有料プランをご利用の場合は、プライベートプロジェクトを作成できます。プライベートプロジェクトはあなたの Workspace からのみアクセスでき、公開されることはありません。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/datasets/create-a-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
