> 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

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

* 실시간 비디오 스트림용
* 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
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-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.
