Skip to content

Duytan1801/NSFW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSFW - Portable Text Content Filter

A self-contained CLI tool for classifying and cleaning NSFW text content.

🚀 Quick Start (Linux)

Download the pre-built binary and run it:

wget https://github.com/Duytan1801/NSFW/releases/download/v0.1.0/NSFW
chmod +x NSFW
./NSFW

🛠️ Build from Source

git clone https://github.com/Duytan1801/NSFW.git
cd NSFW
cargo build --release
# Binary is at: target/release/NSFW

Features

  • 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.
image

Built with openlb.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages