# 웹 브라우저

Roboflow는 웹 브라우저에서 컴퓨터 비전 모델을 배포하기 위한 JavaScript 패키지를 제공합니다.

### inference-sdk

Roboflow Cloud를 사용해 비디오 스트림에서 추론을 실행하고 최소한의 지연으로 실시간 결과를 반환하기 위해 WebRTC를 사용합니다.

* 실시간 비디오 스트림용
* Roboflow Workflows를 실행할 때, 또는 다음에서 지원되지 않는 모델을 사용할 때 `inferencejs`
* 지연 시간에 민감한 사용 사례에서 **연산량이 많은 모델**

<a href="/pages/c804ac36a31b49584a911521a4cb5479a0e44278" class="button primary">inference-sdk에 대해 자세히 알아보기</a>

### inferencejs

Tensorflow\.js를 사용해 이미지와 비디오 스트림에서 디바이스 상에서 추론을 실행합니다.

* 이미지 및 실시간 비디오 스트림용
* 지연 시간에 민감한 사용 사례에서 **가볍고,** [**지원되는 모델**](https://github.com/roboflow/roboflow-product-docs/blob/main/deploy/sdks/web-browser/web-inference.js#supported-models)
* 인터넷 접속이 지속적으로 가능하지 않을 때(초기 로드에는 여전히 필요함)

<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>브라우저(디바이스 상)</td></tr><tr><td>처리 지연 시간</td><td>일관됨(GPU 가속)</td><td>사용자의 디바이스에 따라 다름</td></tr><tr><td>모델 지원</td><td>모든 Roboflow 모델 및 Roboflow Workflows</td><td><a href="https://github.com/roboflow/roboflow-product-docs/blob/main/deploy/sdks/web-browser/web-inference.js#supported-models">지원되는 모델</a></td></tr><tr><td>디바이스 지원</td><td>넓음(WebRTC는 널리 지원됨)</td><td>넓음(Tensorflow.js는 널리 지원됨)</td></tr><tr><td>인터넷 필요</td><td>예, 지속적으로</td><td>예, 초기 모델 로드에만</td></tr><tr><td>네트워크 지연 시간</td><td>최소</td><td>네트워크 지연 없음</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-ko/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.
