# Roboflow Instant

Roboflow Instant एक जल्दी-ट्रेन होने वाला, few-shot model है जिसे आप Proof of Concept विकसित करते समय उपयोग कर सकते हैं।

जब आप अपने dataset में images का नया batch approve करते हैं, Instant अपने-आप आपके dataset का उपयोग करके एक model train करता है।

फिर यह model Roboflow Workflows में उपयोग के लिए उपलब्ध होता है, ठीक उसी तरह जैसे Roboflow पर train किया गया कोई अन्य model।

Instant केवल Object Detection projects को support करता है।

Roboflow Instant models train करने के लिए free हैं।

### एक Roboflow Instant Model train करें

Roboflow Instant models अपने-आप तब train होते हैं जब आप अपने dataset में <1000 images जोड़ते हैं और उस project के लिए अभी तक कोई Instant model मौजूद नहीं होता।

आप एक Instant training job manually भी trigger कर सकते हैं।

एक Instant training job trigger करने के लिए, किसी Project पर जाएँ, sidebar में Models पर click करें, फिर "Train Model" पर click करें:

<figure><img src="/files/43ad3a397b62f6c69e03b270f2d6f43381f8d920" alt=""><figcaption></figcaption></figure>

"Roboflow Instant Model" चुनें:

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

फिर आपसे आपके training job की पुष्टि करने के लिए कहा जाएगा:

<figure><img src="/files/8dfa4bafddf1bd996b37aa5d084fa3906445a655" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
आप Instant models पर preprocessing या augmentation steps apply नहीं कर सकते।
{% endhint %}

अपने Roboflow Instant training job को शुरू करने के लिए "Create New Instant Model" पर click करें।

फिर आपका training job शुरू हो जाएगा।

आपका model उपयोग के लिए ready होने में कुछ minutes लग सकते हैं।

फिर आपका Instant model आपकी model list में दिखाई देगा:

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

### एक Instant Model deploy करें

अपने model का उपयोग करने के लिए, जिस model को आप deploy करना चाहते हैं उसकी row के दाईं ओर मौजूद Deploy Model button पर click करें:

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

एक window दिखाई देगी, जहाँ से आप अपने deployment में उपयोग करने के लिए Workflow template चुन सकते हैं। आप अपना खुद का Workflow बनाने का विकल्प भी चुन सकते हैं।

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

जब आप कोई option चुनते हैं, एक Workflow बनाया जाएगा। यह Workflow आपके Roboflow Workspace के Workflows page से accessible होगा।

यह Detect, Count, and Visualize template से बनाए गए एक Workflow का example है:

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

यह Workflow Roboflow Instant model का उपयोग करता है।

आप Instant model को action में देखने के लिए अपना Workflow test कर सकते हैं:

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

### API के साथ एक Instant Model चलाएँ

हमारे [Roboflow Instant Model चलाएँ ](https://docs.roboflow.com/deploy/serverless-hosted-api-v2/use-with-python-sdk)documentation देखें ताकि आप जान सकें कि Python SDK और Serverless Hosted API V2 का उपयोग करके सीधे एक Instant model को कैसे call करें।


---

# 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-hi/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.
