# एक 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/1790e21fc5d8f926fee7c5e55b64100de7b2c4a3" alt=""><figcaption></figcaption></figure>

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

1. **एक project type**.
   1. ***Object Detection***: किसी image में objects का स्थान ढूँढें।
   2. ***Single-Label Classification***: सीमित categories के एक सेट को देखते हुए, किसी image को एक label असाइन करें।
   3. ***Multi-Label Classification***: सीमित categories के एक सेट को देखते हुए, image से संबंधित labels की कोई भी संख्या असाइन करें।
   4. ***Instance Segmentation***: pixel level पर, किसी image में objects का स्थान ढूँढें।
   5. ***Semantic Segmentation***: pixel level पर, किसी image में objects का स्थान ढूँढें और पाए गए प्रत्येक object के लिए unique references बनाएं।
   6. ***Keypoint Detection***: किसी image में objects और उनके keypoints का स्थान ढूँढें। आम तौर पर किसी object की pose निर्धारित करने के लिए उपयोग किया जाता है।
2. **एक project name:** आपके 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: 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-hi/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.
