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

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

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

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

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

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

यदि आप images अपलोड करते हैं, तो हम कम से कम पाँच images अपलोड करने की सलाह देते हैं, हालाँकि आप केवल एक image के साथ भी शुरुआत करके एक prototype Rapid model बना सकते हैं।

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

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

आपके द्वारा अपलोड किया गया data फिर Rapid interface में प्रदर्शित होगा:

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

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

एक से अधिक classes निर्दिष्ट करने के लिए, प्रत्येक class को अल्पविराम से अलग करें, जैसे "truck, car"।

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


---

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