> 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-ko/datasets/create-a-project.md).

# Project 만들기

모델을 학습하기 전에, Project를 만들어야 합니다.

Project에는 이미지와 주석이 포함됩니다. 이 데이터는 이후 dataset version으로 전환할 수 있는데, 이는 시간에 고정된 데이터의 스냅샷입니다. 그런 다음 version을 사용해 모델을 학습할 수 있습니다.

### Project 만들기

먼저 Roboflow dashboard로 이동하세요. 그런 다음 "Create New Project"를 클릭하세요:

<figure><img src="/files/46b414d9f944569c9d4726f50ba6641675c87664" alt=""><figcaption></figcaption></figure>

새 프로젝트를 만들 수 있는 페이지로 이동합니다:

<figure><img src="/files/06df028e0855006fb867553731afc32843236aa7" alt=""><figcaption></figcaption></figure>

이 페이지에서 다음 항목을 입력해야 합니다:

1. **Project 유형**.
   1. ***객체 감지***: 이미지에서 객체의 위치를 찾습니다.
   2. ***Single-Label Classification***: 제한된 범주의 집합이 주어졌을 때, 이미지에 라벨 하나를 지정합니다.
   3. ***Multi-Label Classification***: 제한된 범주의 집합이 주어졌을 때, 이미지와 관련된 임의 개수의 라벨을 지정합니다.
   4. ***인스턴스 분할*** : 픽셀 수준에서 이미지 속 객체의 위치를 찾습니다.
   5. ***시맨틱 분할***: 픽셀 수준에서 이미지 속 객체의 위치를 찾고, 찾은 각 객체에 고유한 참조를 생성합니다.
   6. ***키포인트 감지***: 이미지에서 객체와 그 keypoints의 위치를 찾습니다. 주로 객체의 pose를 결정하는 데 사용됩니다.
2. **Project 이름:** Project의 이름입니다.
3. **Annotation group:** 이미지에서 감지하려는 대상을 분류하는 라벨입니다(예: "chess pieces", "vehicles", "defects"). 같은 annotation group을 공유하는 Project는 class list와 annotations도 공유합니다. 자세한 내용은 [Annotation Groups](/roboflow/roboflow-ko/datasets/annotation-groups.md) 를 참조하세요.

이 값들을 지정했으면, 양식을 제출하여 Project를 만드세요.

*지원되는 다른 유형의 Project를 보고 싶다면, 관심을 표시하기 위해 project types 드롭다운에서 해당 옵션을 선택할 수 있습니다.*

{% hint style="info" %}
무료 요금제를 사용 중이라면, dataset과 model은 [Roboflow Universe에서 이용할 수 있습니다](/roboflow/roboflow-ko/universe/what-is-roboflow-universe.md). 유료 요금제를 사용 중이라면, private projects를 만들 수 있습니다. private projects는 귀하의 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-ko/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.
