Welcome to AI Sentinel
AI Sentinel is a Python package designed to help developers integrate toxicity analysis into their applications with ease. It provides a simple, unified interface to leverage powerful AI models for detecting and categorizing harmful content in text.
Key Features
Easy-to-use toxicity detection API
Support for multiple AI models
Customizable toxicity categories
Detailed toxicity scoring and analysis
Async support for high-performance applications
Installation
AI Sentinel can be installed from PyPI:
pip install ai-sentinel
or
uv pip install ai-sentinel
Requirements
Python 3.11+
Introduction
Reference
Development