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

# एक Project बनाएँ

मॉडल को ट्रेन करने से पहले, आपको एक Project बनाना होगा।

एक Project में images और annotations होते हैं। इस डेटा को फिर dataset version में बदला जा सकता है, जो आपके डेटा का समय में स्थिर एक snapshot होता है। इसके बाद versions का उपयोग models को train करने के लिए किया जा सकता है।

### एक Project बनाएं

सबसे पहले, Roboflow dashboard पर जाएं। फिर, "Create New Project" पर क्लिक करें:

<figure><img src="/files/83c7aad9582864752465077890d1c55cf40d270f" alt=""><figcaption></figcaption></figure>

आपको एक ऐसे पेज पर ले जाया जाएगा जहाँ आप एक नया project बना सकते हैं:

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

इस पेज पर, आपको यह भरना होगा:

1. **एक project type**.
   1. ***ऑब्जेक्ट डिटेक्शन***: किसी image में objects का स्थान खोजें।
   2. ***Single-Label Classification***: categories के एक सीमित सेट को देखते हुए, image को एक label दें।
   3. ***Multi-Label Classification***: categories के एक सीमित सेट को देखते हुए, image से संबंधित labels की कोई भी संख्या दें।
   4. ***इंस्टेंस सेगमेंटेशन***: pixel level पर, किसी image में objects का स्थान खोजें।
   5. ***सिमैंटिक सेगमेंटेशन***: pixel level पर, किसी image में objects का स्थान खोजें और पाए गए प्रत्येक object के लिए unique references बनाएं।
   6. ***कीपॉइंट डिटेक्शन***: किसी image में objects और उनके keypoints का स्थान खोजें। आम तौर पर किसी object की pose निर्धारित करने के लिए उपयोग किया जाता है।
2. **एक project का नाम:** आपके project का नाम।
3. **Annotation group:** एक label जो यह वर्गीकृत करता है कि आप अपनी images में क्या detect कर रहे हैं (जैसे "chess pieces", "vehicles", "defects")। जो Projects एक ही annotation group साझा करते हैं, वे अपनी class list और annotations भी साझा करते हैं। देखें [Annotation Groups](/roboflow/roboflow-hi/datasets/annotation-groups.md) अधिक विवरण के लिए।

जब आप इन मानों को निर्दिष्ट कर लें, तो project बनाने के लिए form submit करें।

*यदि आप किसी और प्रकार का supported project देखना चाहते हैं, तो आप project types के dropdown से विकल्प चुनकर अपनी रुचि दर्शा सकते हैं।*

{% hint style="info" %}
यदि आप free plan पर हैं, तो आपके datasets और models [Roboflow Universe पर उपलब्ध होंगे](/roboflow/roboflow-hi/universe/what-is-roboflow-universe.md)। यदि आप paid plan पर हैं, तो आप private projects बना सकते हैं। Private projects केवल आपके Workspace के लिए accessible होते हैं और कभी public नहीं होते।
{% 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-hi/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.
