# AI Labeling

{% hint style="info" %}
AI Labeling सुविधाएँ हमारे पर सूचीबद्ध दरों के अनुसार credits का उपयोग करती हैं [credits page](https://roboflow.com/credits).
{% endhint %}

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

* [Label Assist](/roboflow/roboflow-hi/annotate/ai-labeling/model-assisted-labeling.md): अपने dataset में images को auto-label करने के लिए उस model का उपयोग करें जिसे आपने पहले ही train किया है।
* [Smart Polygon](/roboflow/roboflow-hi/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): अपने browser में Segment Anything Model का उपयोग करके एक ही click में 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 को एक single या multiple prompts के साथ auto-label करें।

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

* **Label Assist**: आदर्श जब आप पहले से ही एक trained model रखते हैं और data labeling करना चाहते हैं।
* **SAM के साथ Enhanced Smart Polygon:** अपने dataset के पहले version को label करने, उन new annotations को जोड़ने के लिए जिन्हें Label Assist ने miss कर दिया था, या dataset में नए classes के लिए annotations जोड़ने के लिए आदर्श।
* **Box Prompting**: आदर्श यदि आपको किसी image में label करने के लिए बहुत सारे similar objects हैं (यानी, यदि आप एक tray पर दर्जनों एक ही screws के individual screws को label कर रहे हैं)।
* **Auto Label**: आदर्श यदि आपको common objects (यानी, एक vehicle) को bulk में label करना है।

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

### Project Type के अनुसार Supported AI Labeling Tools

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

### Label Assist में उपयोग के लिए Supported Model Types

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


---

# 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/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.
