> 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 द्वारा calculated labels देखने देता है, और;
3. labeling tool ("What object are you looking for?" panel), जो आपको text prompts टाइप करने और उन्हें data label करने के लिए Roboflow Rapid को भेजने देता है।

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

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

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

### एक Object खोजें

किसी object को खोजने के लिए, "What object are you looking for?" input field में उस प्रकार के object से संबंधित एक label टाइप करें जिसे आप identify करना चाहते हैं। उदाहरण के लिए, यदि आप एक 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 identify कर सकता है जिसे आप identify करना चाहते हैं। यदि ऐसा होता है, तो आप Rapid interface के दाईं ओर मौजूद "Objects" slider को adjust कर सकते हैं। 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/rapid/build-a-rapid-model.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.
