> 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 बनाएं

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

एक Project में images और annotations होते हैं। इस data को फिर एक dataset version में बदला जा सकता है, जो समय में स्थिर आपके data का 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***: सीमित श्रेणी सेट दिए जाने पर, एक image को एक label दें.
   3. ***Multi-Label Classification***: सीमित श्रेणी सेट दिए जाने पर, image से संबंधित किसी भी संख्या में labels असाइन करें.
   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 सबमिट करें.

*यदि आप किसी और प्रकार का 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:

```
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.
