# Rapid में Data अपलोड करें

Roboflow Rapid के साथ शुरुआत करने के लिए, आपको पहले इनमें से किसी एक को अपलोड करना होगा:

* एक छोटा वीडियो जिसमें वे ऑब्जेक्ट्स हों जिन्हें आप पहचानना चाहते हैं, या;
* कुछ इमेजेज़ जिनमें वे ऑब्जेक्ट्स हों जिन्हें आप पहचानना चाहते हैं।

आप अपने डेस्कटॉप से डेटा अपलोड कर सकते हैं, या अपने वेबकैम का उपयोग करके एक फोटो कैप्चर कर सकते हैं या सीधे ब्राउज़र में एक छोटा वीडियो रिकॉर्ड कर सकते हैं।

यदि आप Rapid पर एक वीडियो अपलोड करते हैं, तो आपको उसकी लंबाई 10 सेकंड तक ट्रिम करने के लिए कहा जाएगा।

यदि आप इमेजेज़ अपलोड करते हैं, तो हम कम से कम पाँच इमेजेज़ अपलोड करने की सलाह देते हैं, हालांकि आप केवल एक इमेज के साथ भी शुरुआत कर सकते हैं और एक Rapid मॉडल का प्रोटोटाइप बना सकते हैं।

### Rapid में Data कैसे Upload करें

Data upload करने के लिए, Roboflow Rapid पर जाएँ और अपना वीडियो या इमेज web interface में drag करें। फिर आपकी files process होकर upload हो जाएँगी। इसमें आपके द्वारा upload की गई files के size के अनुसार कुछ क्षण लग सकते हैं। सभी लोकप्रिय image और video formats समर्थित हैं (जैसे images के लिए JPEG, PNG, HEIC/HEIF, और videos के लिए mp4 और mov)।

आपके द्वारा upload किया गया data फिर Rapid interface में दिखाया जाएगा:

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

जैसे ही आप data upload करते हैं, आपसे पूछा जाएगा कि आप किन objects की तलाश कर रहे हैं। यहीं आपको उन objects के लिए labels type करने चाहिए जिन्हें आप पहचानना चाहते हैं। उदाहरण के लिए, यदि आप किसी image में trucks ढूँढना चाहते हैं, तो "truck" type करें। Rapid page पर "Try these" section में आपके द्वारा upload किए गए data से संबंधित कुछ classes भी सुझाएगा।

एक से अधिक classes specify करने के लिए, प्रत्येक class को comma से अलग करें, जैसे "truck, car"।

जब आप पहचानने के लिए एक या अधिक classes set कर लें, तो अपना Rapid model बनाना शुरू करने के लिए "Find My Objects" पर click करें।


---

# 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/upload-data-to-rapid.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.
