# Roboflow Instant

Roboflow Instant는 Proof of Concept을 개발하는 동안 사용할 수 있는 빠르게 학습되는 few-shot 모델입니다.

Instant는 데이터셋에 새 이미지 배치를 승인하는 즉시 데이터셋을 사용해 모델을 자동으로 학습합니다.

이 모델은 Roboflow에서 학습된 다른 모델과 마찬가지로 Roboflow Workflows에서 사용할 수 있습니다.

Instant는 Object Detection 프로젝트만 지원합니다.

Roboflow Instant 모델은 무료로 학습할 수 있습니다.

### Roboflow Instant Model 학습

Roboflow Instant 모델은 데이터셋에 1000개 미만의 이미지를 추가하고 해당 프로젝트에 아직 Instant 모델이 없을 때 자동으로 학습됩니다.

또한 Instant 학습 작업을 수동으로 시작할 수도 있습니다.

Instant 학습 작업을 시작하려면 Project로 이동한 다음 사이드바에서 Models를 클릭하고 "Train Model"을 클릭하세요:

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

"Roboflow Instant Model"을 선택하세요:

<figure><img src="/files/91334dec54d164130acec73effe1b9f86f229424" alt=""><figcaption></figcaption></figure>

그다음 학습 작업을 확인하라는 메시지가 표시됩니다:

<figure><img src="/files/9d23daa5d91c248500f19d9276e5678107a25989" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Instant 모델에는 preprocessing 또는 augmentation 단계를 적용할 수 없습니다.
{% endhint %}

Roboflow Instant 학습 작업을 시작하려면 "Create New Instant Model"을 클릭하세요.

그러면 학습 작업이 시작됩니다.

모델을 사용할 수 있게 되기까지 몇 분이 걸릴 수 있습니다.

그다음 Instant 모델이 모델 목록에 표시됩니다:

<figure><img src="/files/818b2ffc67c469bf8e547757fdb877e91b79176d" alt=""><figcaption></figcaption></figure>

### Instant Model 배포

모델을 사용하려면 배포하려는 모델 행의 오른쪽에 있는 Deploy Model 버튼을 클릭하세요:

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

배포에 사용할 Workflow template를 선택할 수 있는 창이 나타납니다. 직접 Workflow를 만들 수도 있습니다.

<figure><img src="/files/6de9c091654e711e6da505865f1b39d1ce43d08f" alt=""><figcaption></figcaption></figure>

옵션을 선택하면 Workflow가 생성됩니다. 이 Workflow는 Roboflow Workspace의 Workflows 페이지에서 접근할 수 있습니다.

다음은 Detect, Count, and Visualize template로 생성된 Workflow의 예입니다:

<figure><img src="/files/0e12323f5317a16f4bd88048ff7b7a4ff241dcff" alt=""><figcaption></figcaption></figure>

이 Workflow는 Roboflow Instant 모델을 사용합니다.

Workflow를 테스트하여 Instant 모델이 실제로 동작하는 것을 확인할 수 있습니다:

<figure><img src="/files/9a143532efc948758fbde93bf98ddc01eb8632ec" alt=""><figcaption></figcaption></figure>

### API로 Instant Model 실행

다음을 참조하세요 [Roboflow Instant Model 실행 ](https://docs.roboflow.com/deploy/serverless-hosted-api-v2/use-with-python-sdk)문서에서 Python SDK와 Serverless Hosted API V2를 사용해 Instant 모델을 직접 호출하는 방법을 확인하세요.


---

# 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/train/roboflow-instant.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.
