> 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/sdks/web-browser.md).

# वेब ब्राउज़र

Roboflow वेब ब्राउज़रों में computer vision models को deploy करने के लिए JavaScript packages प्रदान करता है।

### inference-sdk

Roboflow Cloud के साथ आपके video streams पर inference चलाने और न्यूनतम latency के साथ live परिणाम लौटाने के लिए WebRTC का उपयोग करता है।

* लाइव video streams के लिए
* जब Roboflow Workflows चला रहे हों, या ऐसा model जो समर्थित न हो `inferencejs`
* latency-sensitive use cases में **compute-heavy models**

<a href="/pages/ce53c45caad02680fcd39fc6b78e168b603fc171" class="button primary">inference-sdk के बारे में अधिक जानें</a>

### inferencejs

आपके images और video streams पर on-device inference चलाने के लिए Tensorflow\.js का उपयोग करता है।

* images और live video streams के लिए
* latency-sensitive use cases में **हल्का,** [**समर्थित models**](https://github.com/roboflow/roboflow-product-docs/blob/main/deploy/sdks/web-browser/web-inference.js#supported-models)
* जब internet access लगातार उपलब्ध नहीं होता (initial load के लिए अभी भी आवश्यक)

<a href="https://github.com/roboflow/roboflow-product-docs/blob/main/deploy/sdks/web-browser/web-inference.js" class="button primary">inferencejs के बारे में अधिक जानें</a>

## तुलना

<table><thead><tr><th width="187.88671875">विशेषता</th><th>inference-sdk</th><th>inferencejs</th></tr></thead><tbody><tr><td>प्रोसेसिंग स्थान</td><td>Roboflow Cloud</td><td>Browser (On Device)</td></tr><tr><td>प्रोसेसिंग latency</td><td>सुसंगत (GPU-accelerated)</td><td>उपयोगकर्ता के device पर निर्भर</td></tr><tr><td>Model Support</td><td>सभी Roboflow models और Roboflow Workflows</td><td><a href="https://github.com/roboflow/roboflow-product-docs/blob/main/deploy/sdks/web-browser/web-inference.js#supported-models">समर्थित Models</a></td></tr><tr><td>Device Support</td><td>व्यापक (WebRTC व्यापक रूप से समर्थित है)</td><td>व्यापक (Tensorflow.js व्यापक रूप से समर्थित है)</td></tr><tr><td>Internet Required</td><td>हाँ, निरंतर</td><td>हाँ, केवल initial model load के लिए</td></tr><tr><td>Network Latency</td><td>न्यूनतम</td><td>कोई network latency नहीं</td></tr></tbody></table>


---

# 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/deploy/sdks/web-browser.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.
