# Project を作成

モデルを学習させる前に、Projectを作成する必要があります。

Projectには画像とアノテーションが含まれます。このデータは、dataset version、つまりデータをその時点で固定したスナップショットに変換できます。Versionはその後、モデルの学習に使用できます。

### Projectを作成

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

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

新しいプロジェクトを作成できるページに移動します:

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

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

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

これらの値を指定したら、フォームを送信してプロジェクトを作成します。

*別の種類のProjectのサポートを希望する場合は、Project typeのドロップダウンからそのオプションを選択して、関心を示すことができます。*

{% hint style="info" %}
無料プランをご利用の場合、datasetとmodelは [Roboflow Universeで利用可能になります](/roboflow/roboflow-jp/universe/what-is-roboflow-universe.md)。有料プランをご利用の場合は、private projectを作成できます。private projectはWorkspaceのみがアクセスでき、公開されることはありません。
{% endhint %}


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
