# Web Browser

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

### inference-sdk

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

* live 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 में **हल्का,** [**supported 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>Processing Location</td><td>Roboflow Cloud</td><td>ब्राउज़र (डिवाइस पर)</td></tr><tr><td>Processing 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: 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.
