> 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/universe/find-a-model-on-universe.md).

# Universe에서 Model 찾기

Universe의 50,000개 이상의 데이터셋에는 데이터셋과 연결된 학습된 모델도 있습니다. 이러한 모델은 컴퓨터 비전 프로젝트에서 다음과 함께 사용할 수 있습니다 [Workflows](/roboflow/roboflow-ko/workflows/what-is-workflows.md).

Universe에서 데이터셋을 찾으려면 검색창에 식별하고 싶은 내용을 입력하세요. 검색 페이지에서 "Has a Model" 체크박스를 선택하세요:

<figure><img src="/files/2623e061422dd692695ed4f380b259bb8b361840" alt=""><figcaption></figcaption></figure>

이렇게 하면 학습된 모델이 포함된 데이터셋만 검색 결과로 좁혀집니다.

프로젝트에 대해 더 알아보려면 결과를 클릭하세요.

데이터셋 홈 페이지에는 지표가 표시됩니다. 이러한 지표는 모델 유형에 따라 달라집니다. 예를 들어 객체 탐지의 경우 mAP, precision, recall이 표시되고, 분류의 경우 accuracy가 표시됩니다.

<figure><img src="/files/e70e93251d92a57a355751bf082345e8febe19fd" alt=""><figcaption></figcaption></figure>

"Try This Model" 섹션에 이미지를 업로드하여 가장 최신 모델 버전을 사용해 볼 수 있습니다.

사이드바에서 "Models"를 클릭해 모든 학습된 모델을 보고, 시도해 볼 하나를 선택할 수도 있습니다:

<figure><img src="/files/f426fe30c2552b400094559ef09a43b9c87aa966" alt=""><figcaption></figcaption></figure>

Models 페이지를 열면 프로젝트 테스트 세트의 예시 이미지 결과가 이미지 위에 시각화된 것을 볼 수 있습니다:

<figure><img src="/files/26e53a9b7d818d1c4c04fb641c26bc84836343a7" alt=""><figcaption><p>이미지에서 "occupied forklift" 클래스가 식별됩니다.</p></figcaption></figure>

## Universe Model 배포하기

각 Universe 모델 페이지에는 여러 배포 옵션이 포함된 모달을 여는 "Deploy Model" 버튼이 있습니다:

* Code Snippet: 다음을 통해 모델을 호출하기 위한 Python, JavaScript 또는 cURL의 바로 사용할 수 있는 코드 [Serverless API](/roboflow/roboflow-ko/deploy/serverless-hosted-api-v2.md). 각 스니펫에는 AI 코딩 에이전트에 붙여넣을 수 있는 구조화된 프롬프트를 복사하는 "Copy prompt" 버튼이 포함되어 있습니다.
* MCP: 다음을 연결하기 위한 설정 안내 [Roboflow MCP Server](broken://pages/723b6dd4ab0ce673dd19a38e96a1a69c1754b0a6) 를 Claude Code, Cursor 또는 Codex에 연결하는 방법입니다. 연결이 완료되면 에이전트가 Roboflow 모델에서 직접 추론을 실행할 수 있습니다.
* Custom Workflow: 사전 구성된 [Workflow](/roboflow/roboflow-ko/workflows/what-is-workflows.md) 탐지, 카운팅 또는 시각화 같은 일반적인 작업을 위한 템플릿입니다.

또한 모달 상단의 Roboflow Agent 입력창에 프롬프트를 직접 입력하여 모델로 빌드하는 방법에 대한 안내 대화를 시작할 수도 있습니다.

### Workflow에서 Universe Model 사용하기

Universe 모델은 Workflows에서 사용할 수 있습니다.

모델을 사용하려면 Roboflow Workflows를 열고, [Workflow를 생성한 다음](/roboflow/roboflow-ko/workflows/create-a-workflow.md), 모델 블록을 추가하세요:

<figure><img src="/files/1b9228307477b0b5f3744ed00dc309a3836bf7cd" alt=""><figcaption></figcaption></figure>

블록 편집기에서 "Model"을 클릭하여 모델을 선택하세요:

<figure><img src="/files/ed78d1dbe4c8141aa5496d5c4880cff28e1f1bfd" alt=""><figcaption></figcaption></figure>

그다음 Public Models 탭을 클릭하세요:

<figure><img src="/files/340718e59da8d04bd5ce4185a0a7fce665e5292f" alt=""><figcaption></figcaption></figure>

사용하려는 모델에 해당하는 Universe 모델 페이지로 돌아가서 복사 아이콘을 클릭해 모델 ID를 복사하세요. 이는 모델 페이지 상단에 표시됩니다:

<figure><img src="/files/439f5517eff3d94ca2edbc05ca0243df3371c2d6" alt=""><figcaption></figcaption></figure>

그다음 Public Models 검색창에 모델 ID를 붙여넣으세요:

<figure><img src="/files/cafcb86eff8e0e87590ff169b058289065ca32ef" alt=""><figcaption></figcaption></figure>

"Use model ID"를 클릭하여 모델을 사용하세요.

이제 Workflow 블록이 Universe 모델을 사용하게 됩니다.


---

# 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/universe/find-a-model-on-universe.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.
