This Azure tutorial will discuss Azure Cognitive Services modules for Python.
Table of Contents
Azure Cognitive Services Python
Let’s discuss an interesting topic, i.e.: What are the Azure Cognitive Services Modules for Python? If you want to use AI features like language analysis, search, and face recognition in your Python apps, Microsoft provides different Azure Cognitive Services modules for Python.
Computer Vision Module
The Computer Vision Module helps you discover the details in an image. Install the Azure Cognitive Services computer vision Modules for Python using the below command.
pip install azure-cognitiveservices-vision-computervisionContent Moderator Module
The Content Moderator Module helps you to deal with the text, video, images, etc. Install the Content Moderator Module using the below command.
pip install azure-cognitiveservices-vision-contentmoderatorCustom Vision Service Module
You can use the below command to install the Custom Vision Service Module.
pip install azure-cognitiveservices-vision-customvisionFace API Module
The Face API Module helps you analyze, detect, and identify faces in an image or Photo. You can use the below command to install the Azure Face API module
pip install cognitive-faceWeb search Module
The web search module helps you to get web documents indexed by the Bing Web Search API. You can use the below command to install the Web Search Module.
pip install azure-cognitiveservices-search-websearchEntity search Module
Entity search Module helps you to search for different entities like the place, person, etc easily. You can use the below command to install the Entity Search Module.
pip install azure-cognitiveservices-search-entitysearchImage search Module
The image search module helps you quickly get the image, URL, and metadata. Use the below command to install the Image search Module.
pip install azure-cognitiveservices-search-imagesearchCustom search Module
You can use the Custom Search Module to customize your search results based on your requirements. You can use the below command to install the Custom Search Module based on your requirements.
pip install azure-cognitiveservices-search-customsearchNews Search Module
Using the News Search Module, This module helps search News articles, related news, etc.. Use the below command to install the News Search Module.
pip install azure-cognitiveservices-search-newssearchVideo Search Module
This excellent module helps you provide quick results when searching for Videos. You can use the below command to install the Video Search Module.
pip install azure-cognitiveservices-search-videosearchText Analytics Module
Text Analytics module is another excellent module from Microsoft. that helps you to perform the Key phrase extraction, Sentiment analysis, etc
pip install azure-cognitiveservices-language-textanalyticsSpell Check Module
This is also an excellent module from Microsoft that helps you with grammar and spell-checking. You can use the below command to install the Spell Check Module.
pip install azure-cognitiveservices-language-spellcheckSo these are the Azure Cognitive Services Modules For Python that you can use in your application for different purposes.
Wrapping Up
Well, in this article, we have discussed Azure Cognitive Services Modules For Python and Azure Python SDK, and we also discussed the Setup of the Python-Dev environment For Azure. I hope you have enjoyed this article !!!!

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
