> 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/rapid/build-a-rapid-model.md).

# एक Rapid Model बनाएँ

जब आप Rapid में डेटा अपलोड कर लेते हैं, तो आपको उस इंटरफ़ेस पर ले जाया जाएगा जहाँ आप Rapid model बनाते हैं। यह इंटरफ़ेस आपको images और videos को label करने देता है। इसके बाद labeled data का उपयोग Rapid model को train करने के लिए किया जाएगा।

Rapid model builder में तीन हिस्से होते हैं:

1. आपकी Files list, जिसमें वे सभी videos और images सूचीबद्ध हैं जिन्हें आपने अपने model को बनाने के लिए उपयोग हेतु अपलोड किया है;
2. preview interface, जो आपको Rapid द्वारा गणना किए गए labels देखने देती है, और;
3. labeling tool ("What object are you looking for?" panel), जो आपको text prompts टाइप करने और उन्हें Roboflow Rapid को data label करने के लिए भेजने देता है।

Rapid में text prompt-driven interface है। इसका मतलब है कि आप उस चीज़ का नाम टाइप कर सकते हैं जिसे आप ढूँढना चाहते हैं और Rapid से उसे आपके लिए ढूँढने के लिए कह सकते हैं।

यहाँ Rapid interface दिखाने वाला एक उदाहरण है:

<figure><img src="/files/935be921435448e379d53e80f9e36fa0ba28444b" alt=""><figcaption></figcaption></figure>

### एक Object खोजें

किसी object को खोजने के लिए, "What object are you looking for?" input field में एक ऐसा label टाइप करें जो उस object के प्रकार से मेल खाता हो जिसे आप पहचानना चाहते हैं। उदाहरण के लिए, यदि आप एक truck ढूँढ रहे हैं, तो आप prompt में "truck" टाइप कर सकते हैं।

<figure><img src="/files/e7f560bdacf401ffbd1d6aa1874db0d5e417bc52" alt=""><figcaption></figcaption></figure>

Rapid से उस object के सभी instances खोजने के लिए "Find Objects" पर क्लिक करें जिसे आप ढूँढना चाहते हैं।

इसके बाद Rapid आपकी text prompt से मेल खाने वाले labels को preview interface में दिखाएगा।

आप अलग-अलग प्रकार के objects खोजने के लिए Rapid को जितनी बार चाहें उतनी बार prompt कर सकते हैं।

यदि आप किसी video को label कर रहे हैं, तो डिफ़ॉल्ट रूप से Rapid उस frame को label करेगा जिसे आप देख रहे हैं (जो डिफ़ॉल्ट रूप से video का पहला frame होता है)। जब आप Rapid model builder के "Review Model" stage पर जाएँगे, तो Rapid आपके पूरे video पर आपके लिए run किया जाएगा।

### Rapid की Sensitivity समायोजित करें

Rapid उस object के बहुत अधिक या बहुत कम instances पहचान सकता है जिसे आप पहचानना चाहते हैं। यदि ऐसा होता है, तो आप Rapid interface के दाईं ओर मौजूद "Objects" slider को समायोजित कर सकते हैं। slider को तब तक खिसकाते रहें जब तक preview interface वे सभी objects न दिखाए जिन्हें आप label करना चाहते हैं और कम या कोई false positives न दिखाए।

<figure><img src="/files/d9a57d7c0926e7158adbdd3ec220013ac44e1437" alt=""><figcaption></figcaption></figure>

### Files के बीच नेविगेट करें

यह देखने के लिए कि आपके Rapid prompts आपके द्वारा अपलोड की गई अलग-अलग images या videos पर कैसे काम करते हैं, अपनी Files list में उस file पर क्लिक करें जिसका आप preview करना चाहते हैं:

<figure><img src="/files/7f69231c20c0f0b7948d4eba5f4b172f029b91d0" alt=""><figcaption></figcaption></figure>

### अपने Model की समीक्षा करें

अपने text prompts सेट करने के बाद, "Review Model" button पर क्लिक करें:

<figure><img src="/files/513e62969285e3e776812df44c0fe9049a74c486" alt=""><figcaption></figcaption></figure>

क्लिक करने पर, "Review Model" button आपको एक web page पर ले जाएगा जहाँ आप अपनी सभी input images और videos पर Rapid का preview कर सकते हैं.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/rapid/build-a-rapid-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
