> 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/tree/main/deploy/sdks/web-browser/web-inference.js#supported-models)
* 인터넷 접속이 지속적으로 가능하지 않을 때(초기 로드에는 여전히 필요함)

<a href="https://github.com/roboflow/roboflow-product-docs/tree/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/tree/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>
