# roboflowとは？

以下、画像認識AIモデルの構築におけるroboflowでできる機能の一覧です。

### roboflowによる画像認識AIモデル構築

<figure><img src="https://3576709538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMkwahtqxAxue8rfWQ75L%2Fuploads%2F8wByhejvgyt8eSCGEPNq%2Fmlops.png?alt=media&#x26;token=97c38017-9da5-49b9-9362-029940365aa3" alt=""><figcaption><p>roboflowでの画像認識AIモデル構築</p></figcaption></figure>

### 機能一覧

<table><thead><tr><th width="90">No</th><th width="252">説明</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>画像データアップロード</td><td>アノテーションを行う画像データをアップロードいます。画像、動画、アノテーションエータ、PDFをアップロードすることができます。</td></tr><tr><td>2</td><td>データ整理</td><td>アノテーション画像の作業者への割り当てや、アノテーションデータの検索、確認を行うことができます。</td></tr><tr><td>3</td><td>ラベリング</td><td>バウンディングボックス、ラベリング、ポリゴン、キーポイントなど画像認識AIで必要となる様々なアノテーションデータをサポートします。</td></tr><tr><td>4</td><td>画像処理増幅（オーグメンテーション）</td><td>学習データを生成する際に画像サイズの変更、モノクロ変換や、オーグメンテーション機能を利用し左右反転、回転などを行いデータを増幅することができます。</td></tr><tr><td>5</td><td>学習</td><td>生成した学習データを用いて学習を実施します。Roboflowモデル、YOLOモデルなど選択することができます。</td></tr><tr><td>6</td><td>モデル配置</td><td>学習したモデルを用いて推論を行います。Roboflowが提供する推論サーバーだけでなく、dockerを用いてクラウド環境やローカルPC、エッジデバイス上で推論サーバーを実行することができます。</td></tr><tr><td>7</td><td>組込み</td><td>Roboflowが提供するライブラリを用いて容易に推論処理を自社システム等に組み込むことが可能です。また、ワークフロー機能を利用しノーコードで推論処理を実装することができます。</td></tr></tbody></table>


---

# 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.jp/whatisroboflow.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.
