Azure AI Content Safety Service
https://www.pexels.com/photo/grayscale-photo-of-barbed-wire-274886/ |
We looked at Azure AI Content Safety Service to see what the services that are offered. It is good that we have a set of services to detect harmful content that may be sent or generated by Generative AI.
Some of the services have Python client and some (new ones) do not. Hence, we create a Python library for all of them. (see github).
This library offers asynchronized function calls so we can make concurrent requests. We tested that HTTP overheads and it is extremely fast.
There is also a terraform script in github, so you can deploy the Azure Content Safety Service under a resource group easily for testing. All the instructions are in the README.md.
We also added simple unit tests.
Comments
Post a Comment