> 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/deploy/batch-processing.md).

# Batch Processing

Batch Processing चलाने का एक किफायती तरीका है [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md) छवियों और संग्रहीत वीडियो के बैचों पर। यह बड़ी मात्रा में डेटा को असिंक्रोनस रूप से प्रोसेस करने के लिए आदर्श है।

Batch Processing बड़े बैच को चलाने के लिए आवश्यक infrastructure को स्वचालित रूप से provision करता है।

आप Roboflow web interface या हमारे API (CLI के माध्यम से) के जरिए एक Batch Processing job configure कर सकते हैं।

जब आप job शुरू करते हैं, तो आपके data को process करने के लिए cloud में machines provision की जाएँगी। इसके बाद आपको अपने data पर चलाने के लिए चुने गए Workflow का output वाला एक JSON file प्राप्त होगा।

निम्नलिखित वीडियो Batch Processing को विस्तार से समझाता है:

{% embed url="<https://www.youtube.com/watch?v=S7K2j2IeQrM>" %}

### एक Batch Processing Job बनाएँ

Batch Processing job बनाने के लिए, अपने Roboflow dashboard के बाएँ sidebar में Deployments पर क्लिक करें। फिर, "Batch Processing" tab पर क्लिक करें:

<figure><img src="/files/246a7d83fc269c973546cae97c6abc3c674fb5fa" alt=""><figcaption></figcaption></figure>

"New Batch Job" पर क्लिक करके Batch Processing job बनाएँ।

एक विंडो खुलेगी जिसमें आप अपना job configure कर सकते हैं:

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

#### एक Workflow चुनें

job configure करना शुरू करने के लिए, पहले एक Workflow चुनें। यदि आपके पास पहले से कोई Workflow नहीं है, तो शुरू करने के लिए हमारी Workflows documentation देखें।

#### छवियाँ या वीडियो अपलोड करें

इसके बाद, आपको वे छवियाँ या वीडियो अपलोड करने होंगे जिन पर आप अपना Workflow चलाना चाहते हैं।

#### Hardware configure करें

आप अपना Batch Processing job CPU या GPU पर चला सकते हैं। GPU jobs तेज़ होते हैं लेकिन अधिक महंगे होते हैं।

मूल्य निर्धारण जानकारी के लिए, Roboflow pricing documentation देखें।

अपने job के लिए CPU या GPU में से कोई एक चुनें:

<figure><img src="/files/7231fd24855bd1233693807dcef05902a119448a" alt=""><figcaption></figcaption></figure>

कई उन्नत configuration विकल्प "Advanced Options" tab के अंतर्गत भी उपलब्ध हैं। हम सलाह देते हैं कि इन विकल्पों को default ही रहने दें।

#### Job शुरू करें

Batch Processing job शुरू करने के लिए, "Create Batch Job" पर क्लिक करें।

आपके job के लिए infrastructure provision किया जाएगा और processing शुरू हो जाएगी।

### Job प्रगति की निगरानी करें

जब आप अपना job शुरू करते हैं, तो एक status indicator दिखाई देगा जो बताएगा कि processing कब configure हो रही है, batch data कब process हो रहा है, और job कब पूरा हो गया है।

आप real time में देख सकते हैं कि batch का कितना हिस्सा process हो चुका है।

आपके data को process करने में लगने वाला समय इस बात पर निर्भर करता है कि कितनी images हैं।

### API या CLI के साथ एक Batch Processing Job बनाएँ

Batch Processing job को programmatically बनाने के लिए, देखें [API Reference](/roboflow/roboflow-hi/deploy/batch-processing/api-reference.md) REST API endpoints के लिए या [CLI Usage](/roboflow/roboflow-hi/deploy/batch-processing/cli-usage.md) Roboflow CLI के लिए guide देखें।

आम समस्याओं को debug करने के लिए, देखें [समस्या निवारण](/roboflow/roboflow-hi/deploy/batch-processing/troubleshooting.md).


---

# 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/deploy/batch-processing.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.
