> 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/annotate/ai-labeling.md).

# AI Labeling

{% hint style="info" %}
AI Labeling सुविधाएँ credits का उपयोग हमारी [credits page](https://roboflow.com/credits).
{% endhint %}

Roboflow आपके Workflow को तेज़ करने में मदद के लिए चार AI-संचालित labeling सुविधाएँ प्रदान करता है:

* [Label Assist](/roboflow/roboflow-hi/annotate/ai-labeling/model-assisted-labeling.md): अपने dataset में images को auto-label करने के लिए पहले से प्रशिक्षित model का उपयोग करें।
* [Smart Polygon](/roboflow/roboflow-hi/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): अपने browser में Segment Anything Model का उपयोग करके एक ही क्लिक में polygon masks को annotate करें।
* [Box Prompting](/roboflow/roboflow-hi/annotate/ai-labeling/box-prompting-ai-labeling.md): किसी image में किसी object के उदाहरण बनाएं, फिर Box Prompting को image में उस object के अन्य सभी instances खोजने दें।
* [Auto Label](/roboflow/roboflow-hi/annotate/ai-labeling/automated-annotation-with-autodistill.md): Grounding DINO जैसे foundation model का उपयोग करके अपने dataset की सभी images को एक या कई prompts के साथ auto-label करें।

हम निम्नलिखित मामलों में प्रत्येक समाधान की अनुशंसा करते हैं:

* **Label Assist**: जब आपके पास पहले से प्रशिक्षित model हो, तब data labeling के लिए आदर्श।
* **SAM के साथ Enhanced Smart Polygon:** अपने dataset के पहले संस्करण को label करने, Label Assist द्वारा छूटे नए annotations जोड़ने, या dataset में नई classes के लिए annotations जोड़ने के लिए आदर्श।
* **Box Prompting**: यदि आपके पास image में label करने के लिए बहुत सारे समान objects हैं (जैसे, यदि आप एक ट्रे पर दर्जनों एक जैसे screws में से हर screw को label कर रहे हैं), तो यह आदर्श है।
* **Auto Label**: यदि आपको सामान्य objects (जैसे, एक vehicle) को bulk में label करना है, तो यह आदर्श है।

आप प्रत्येक option के बारे में उनके संबंधित documentation pages पर अधिक जान सकते हैं।

### Project Type के अनुसार समर्थित AI Labeling Tools

<figure><img src="/files/2806e6c42e6dac8ea511c71a2064c8de071c8ef4" alt=""><figcaption></figcaption></figure>

### Label Assist में उपयोग के लिए समर्थित Model Types

<figure><img src="/files/6c587dfd5e6fc5a3cf90207a48d1d3983114e05f" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/annotate/ai-labeling.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.
