# Roboflow Instant

Roboflow Instantは、Proof of Conceptの開発中に使用できる、短時間で学習できる少数ショットモデルです。

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/b83ebe1205c547cae4342541917eaf2693b282e7" alt=""><figcaption></figcaption></figure>

「Roboflow Instant Model」を選択します:

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

その後、学習ジョブの確認を求められます:

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

{% hint style="info" %}
Instantモデルには前処理やaugmentationの手順を適用できません。
{% endhint %}

「Create New Instant Model」をクリックして、Roboflow Instantの学習ジョブを開始します。

すると学習ジョブが開始されます。

モデルが使用可能になるまで数分かかる場合があります。

その後、Instantモデルがモデル一覧に表示されます:

<figure><img src="/files/500372a36dbe868f5788fa514557c7b71df893ab" alt=""><figcaption></figcaption></figure>

### Instant Modelをデプロイする

モデルを使用するには、デプロイしたいモデルの行の右側にあるDeploy Modelボタンをクリックします:

<figure><img src="/files/160ba97df6d7891a74b5af669e52357cad8d7293" alt=""><figcaption></figcaption></figure>

ウィンドウが表示されるので、デプロイに使用するWorkflow templateを選択できます。独自のWorkflowを作成することもできます。

<figure><img src="/files/5fc9878d9b36221d413cf2c4ed7fc51dbd5471f1" alt=""><figcaption></figcaption></figure>

オプションを選択すると、Workflowが作成されます。このWorkflowは、Roboflow WorkspaceのWorkflowsページからアクセスできます。

以下は、Detect, Count, and Visualizeテンプレートから作成されたWorkflowの例です:

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

このWorkflowはRoboflow Instantモデルを使用しています。

Workflowをテストして、Instantモデルが動作している様子を確認できます:

<figure><img src="/files/13cb17fd79fe4c893fc13910cacd998595fe8340" 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-jp/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.
