hands-on lab

Analyzing and Moderating Text With Azure AI Content Safety Service Using Python SDK

Advanced
Up to 1h
44
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

Azure Content Safety is a service that uses machine learning to identify and moderate potentially unsafe content in text, images, and videos. The service can be used to identify and moderate content that is inappropriate, offensive, or harmful. It detects both user and AI-generated content, and can be used to moderate content in real-time or in batch mode.

Organizations can use Azure Content Safety to moderate user-generated content in real-time, such as comments, chat messages, and social media posts. The service can also be used to moderate content in batch mode, such as images and videos uploaded to a website or app. Azure Content Safety can be used to moderate content in a wide range of industries, including social media, gaming, e-commerce, and education.

In this hands-on lab, you will learn how to use Azure Content Safety to moderate text content for inappropriate language. You will use the Azure Content Safety SDK for Python to interact with the Content Safety API and analyze text content for inappropriate language.

Learning objectives

Upon completion of this advanced level lab, you will be able to:

  • Understand the features and capabilities of Azure Content Safety
  • Use the Azure Content Safety SDK for Python to interact with the Content Safety API
  • Analyze text content for inappropriate language using Azure Content Safety

Intended audience

  • Candidates for Azure AI Engineer Associate certification (AI-102)
  • AI Engineers
  • Prompt Engineers
  • Cloud Architects
  • Data Engineers
  • Machine Learning Engineers

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • Azure Python SDK
  • Azure AI services

The following content can be used to fulfill the prerequisites:

Environment before
Environment after
About the author
Students
14,688
Labs
95
Courses
1
Learning paths
3

Parveen is an Azure advocate with previous experience in the professional consulting services industries. He specializes in infrastructure and DevOps with a wide range of knowledge in security and access management. He is also an Azure Certified - DevOps Engineer Expert, Security Engineer, Developer Associate, Administrator Associate, CompTIA Certified - Network+, Security+, and AWS Cloud Practitioner.
Parveen enjoys writing about cloud technologies and sharing the knowledge with the community to help students upskill in the cloud.

Covered topics
Lab steps
Logging in to the Microsoft Azure Portal
Exploring Content Safety Studio
Preparing Python Code and Analyze Text With Azure Content Safety AI