Mirror of https://github.com/roostorg/awesome-safety-tools
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correctly alphabetize Content Safety API

Signed-off-by: Cassidy James Blaede <cassidyjames@roost.tools>

authored by

Cassidy James Blaede and committed by
GitHub
4d5eb6ff 23c3233b

+3 -3
+3 -3
README.md
··· 33 33 34 34 ## Classification 35 35 36 + * [Content Safety API by Google](https://cloud.google.com/safesearch/docs/content-safety) 37 + * uses machine learning to detect child sexual abuse material (CSAM), nudity, and sexually explicit content in images and videos 38 + * free service, but not open source 36 39 * [CoPE by Zentropi](https://huggingface.co/zentropi-ai/cope-a-9b) 37 40 * small language model trained for accurate, fast, steerable content classification based on developer-defined content policies 38 41 * [Detoxify by Unitary AI](https://github.com/unitaryai/detoxify) 39 42 * detects and mitigates generalized toxic language (including hate speech, harassment, bullying) in text 40 - * [Content Safety API by Google](https://cloud.google.com/safesearch/docs/content-safety) 41 - * uses machine learning to detect child sexual abuse material (CSAM), nudity, and sexually explicit content in images and videos 42 - * free service, but not open source 43 43 * [gpt-oss-safeguard by OpenAI](https://github.com/openai/gpt-oss-safeguard) 44 44 * open-weight reasoning model to classify text content based on provided safety policies 45 45 * [NSFW Keras Model](https://github.com/GantMan/nsfw_model)