> 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 में Data अपलोड करें

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

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

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

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

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

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

Data अपलोड करने के लिए, Roboflow Rapid पर जाएँ और अपने video या image को web interface में drag करें। इसके बाद आपकी files process होकर upload हो जाएँगी। आपके द्वारा अपलोड की गई files के size के आधार पर इसमें कुछ क्षण लग सकते हैं। सभी लोकप्रिय 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 आपके द्वारा अपलोड किए गए data से संबंधित कुछ classes भी पृष्ठ के "Try these" सेक्शन में सुझाएगा।

एक से अधिक classes निर्दिष्ट करने के लिए, प्रत्येक class को comma से अलग करें, जैसे "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:

```
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.
