A self-contained CLI tool for classifying and cleaning NSFW text content.
Download the pre-built binary and run it:
wget https://github.com/Duytan1801/NSFW/releases/download/v0.1.0/NSFW
chmod +x NSFW
./NSFWgit clone https://github.com/Duytan1801/NSFW.git
cd NSFW
cargo build --release
# Binary is at: target/release/NSFW- Zero Dependencies: Everything (models + runtime) is embedded in one binary.
- Fast: Powered by ONNX Runtime for high-performance inference.
- Interactive: Simple interface to get safety scores and cleaned text.
Built with openlb.