detoxio.ai Command Line Tool
Installation
python3 -m pip install detoxio-dtx --upgrade
Install protocol buffers client libraries from BSR
python3 -m pip install \
detoxio-ai-api-protocolbuffers-python detoxio-ai-api-grpc-python \
--upgrade --extra-index-url https://buf.build/gen/python
Note: We need to install additional packages because as per PEP-440, we
cannot have a package with direct dependencies outside the public index
Install PyTorch if it is not already installed:
python3 -m pip install torch
Usage
dtx --help
For more details, refer to documentation