# Project बनाएँ

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

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

### एक Project बनाएं

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

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

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

<figure><img src="/files/1790e21fc5d8f926fee7c5e55b64100de7b2c4a3" alt=""><figcaption></figcaption></figure>

इस page पर, आपको निम्न भरना होगा:

1. **एक project type**.
   1. ***Object Detection***: किसी image में objects का location ढूंढें।
   2. ***Single-Label Classification***: categories के एक सीमित set को देखते हुए, एक image को एक label assign करें।
   3. ***Multi-Label Classification***: categories के एक सीमित set को देखते हुए, image से संबंधित arbitrary number of labels assign करें।
   4. ***Instance Segmentation***: pixel level पर, किसी image में objects का location ढूंढें।
   5. ***Semantic Segmentation***: pixel level पर, किसी image में objects का location ढूंढें और पाए गए प्रत्येक object के लिए unique references बनाएं।
   6. ***Keypoint Detection***: किसी image में objects और उनके keypoints का location ढूंढें। आमतौर पर किसी 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.
