Python 用 Azure Cognitive Services モジュール
Python 用 Azure Cognitive Services モジュールを使用して、画像および顔認識、言語分析、検索を Python アプリ、Web サイト、ツールに追加します。
Vision モジュール
Computer Vision
画像内にあるビジュアル コンテンツに関する情報を返します。
- タグ付け、説明、ドメイン固有モデルを使用してコンテンツを特定し、確実にラベル付けします。
- 成人向け/わいせつな描写に対する設定を適用すれば、アダルト コンテンツの自動制限を有効にできます。
- 画像の種類や写真内の配色を特定します。
お使いのブラウザーで無料の Computer Vision を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-vision-computervision
Computer Vision API の詳細を確認し、Computer Vision API Python クイックスタートを開始する。
Content Moderator
マシンによるテキスト、ビデオ、および画像のモデレート機能を、人によるレビュー ツールで強化します。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-vision-contentmoderator
Content Moderator サービスの詳細を確認する。
Custom Vision Service
画像をアップロードして、特定のユース ケースに合わせて、Computer Vision モデルをトレーニングおよびカスタマイズします。 モデルをトレーニングすることで、API でモデルを使って画像にタグ付けし、結果を評価して、分類器を向上させることができます。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-vision-customvision
Custom Vision Service の詳細を確認し、Custom Vision Python チュートリアルを開始する
Face API
写真に含まれる顔を検出、識別、分析、グループ化、タグ付けします。
お使いのブラウザーで Face API を試す。
pip で Python モジュールを入手する:
pip install cognitive-face
Face API の詳細を確認し、Face API Python クイックスタートを開始する。
Search モジュール
Web 検索
Bing Web Search API でインデックス設定された Web ドキュメントを取得し、結果の種類、新しさなどで結果を絞り込みます。
お使いのブラウザーで Web Search API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-search-websearch
Bing Web Search API の詳細を確認し、Web Search API Python クイックスタートを開始する。
イメージの検索
画像を検索し、検索結果として、サムネイル、完全な画像 URL、画像のメタデータなどを取得します。
お使いのブラウザーで Image Search API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-search-imagesearch
Bing Image Search API の詳細を確認し、Image Search API Python クイックスタートを開始する。
エンティティ検索
指定した検索用語または場所に最も関連性のあるエンティティ (場所、人、または物事) を検索します。
お使いのブラウザーで Entity Search API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-search-entitysearch
Bing Entity Search API の詳細を確認し、Entity Search API Python クイックスタートを開始する。
カスタム検索
ご自身の特定の検索ドメインに対応するカスタム Web 検索を作成します。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-search-customsearch
Bing Custom Search サービスの詳細を確認し、Custom Search API Python クイックスタートで Python からご自身のカスタム検索のクエリを開始する。
ビデオ検索
Web 上のビデオを検索し、作成者、エンコード、長さ、および閲覧数のメタデータを含む結果を取得します。
お使いのブラウザーで Video Search API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-search-videosearch
Bing Video Search サービスの詳細を確認し、Video Search API Python クイックスタートを開始する。
ニュース検索
Web 上のニュース記事を検索し、記事、関連するニュース、画像、およびプロバイダー情報のメタデータを操作します。
お使いのブラウザーで News Search API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-search-newssearch
Bing News Search サービスの詳細を確認し、News Search API Python クイックスタートを開始する。
言語モジュール
Text Analytics
Text Analytics API は、生テキストに対する自然言語処理を提供するクラウドベースのサービスです。 この API の主要機能は次の 3 つです。
- センチメント分析
- キー フレーズの抽出
- 言語検出
お使いのブラウザーで Text Analytics API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-language-textanalytics
Text Analytics API の詳細を確認し、Text Analytics API Python クイックスタートを開始する。
Language Understanding
LUIS API では、意図認識やユーザー発話からの関連エンティティ抽出などの自然言語理解の能力が提供されます。
ブラウザーで LUIS API を試します。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-language-luis
LUIS の詳細を確認し、LUIS SDK のクイックスタートを開始します。
スペル チェック
Bing Spell Check API を使用して、コンテキストに応じた文法およびスペル チェックを実行します。
お使いのブラウザーで Spell Check API を試す。
pip で Python モジュールを入手する:
pip install azure-cognitiveservices-language-spellcheck
Spell Check API の詳細を確認し、Spell Check API Python クイックスタートを開始する。
Azure SDK for Python