# Rapid Model बनाएँ

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

Rapid model builder के तीन भाग हैं:

1. आपकी Files सूची, जिसमें वे सभी videos और images सूचीबद्ध हैं जिन्हें आपने अपने model को बनाने में उपयोग के लिए अपलोड किया है;
2. preview interface, जो आपको Rapid द्वारा calculated 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 में उस 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 by default उस frame को label करेगा जिसे आप देख रहे हैं (जो by default video का पहला frame होता है)। एक बार जब आप Rapid model builder के "Review Model" stage पर जाते हैं, तो Rapid आपके पूरे video पर आपके लिए run किया जाएगा।

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

Rapid उस object की बहुत ज़्यादा या बहुत कम instances पहचान सकता है जिसे आप identify करना चाहते हैं। यदि ऐसा होता है, तो आप 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 सूची में उस 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: 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.
