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

# 웹 브라우저

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

### inference-sdk

Roboflow Cloud와 함께 WebRTC를 사용해 비디오 스트림에서 inference를 실행하고, 최소한의 지연 시간으로 실시간 결과를 반환합니다.

* 실시간 비디오 스트림용
* Roboflow Workflows를 실행할 때, 또는 다음에서 지원되지 않는 모델의 경우 `inferencejs`
* 지연 시간에 민감한 사용 사례에서 **연산 집약적인 모델**

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

### inferencejs

Tensorflow\.js를 사용해 기기에서 이미지와 비디오 스트림에 대한 inference를 실행합니다.

* 이미지 및 실시간 비디오 스트림용
* 지연 시간에 민감한 사용 사례에서 **가벼운,** [**지원되는 모델**](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
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-ko/deploy/sdks/web-browser.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.
