Skip to content

SafeVision v2.0 — Windows GUI / CLI Release

Latest

Choose a tag to compare

@im-syn im-syn released this 25 Jul 19:26
· 15 commits to main since this release
11ddbfd
image

🛡️ SafeVision v2.0 — Windows GUI / CLI Release

SafeVision is an advanced tool for detecting and blurring NSFW content in images and videos. This release includes a Windows-ready executable package, featuring both Graphical Interface (GUI) and Command-Line Tools (CLI).


📦 Included in release.zip (887 MB)

  • SafeVisionGUI.exe – Full-featured GUI application (PyQt5)
  • safevision_video.exe – Command-line video processor
  • safevision_image.exe – Command-line image processor
  • Models/ folder with the required ONNX model
  • BlurException.rule – Customize what parts get blurred
  • README.txt – Basic usage instructions and tips
  • Output and Input folders pre-created for convenience

✅ Features

  • 🎛️ GUI app with drag-and-drop support and real-time logs
  • 📷 Detect and blur nudity in JPG/PNG
  • 🎞️ Video support with blur, box, and color mask options
  • 🧠 Fast ONNX model for detection
  • 📝 Detailed logging and token-based access system (if integrated)
  • 🛠️ Fully offline, no internet required to run

🖥️ System Requirements

  • Windows 10 or later (64-bit)
  • No Python installation required
  • At least 1GB RAM and 1GB disk space
  • GPU is optional (runs on CPU)

🧪 How to Use

  1. Extract the .zip file.

  2. Run SafeVisionGUI.exe for GUI-based interaction.

  3. Or use:

    safevision_image.exe -i input.jpg -b
    safevision_video.exe -i video.mp4 --blur --with-audio

🧾 Notes

  • The GUI version uses logo.ico as its app icon.
  • All executables are bundled as single .exe files, no dependencies needed.
  • Make sure Models/best.onnx is not removed.
  • You can update or replace BlurException.rule as needed.

📷 Preview

!image
Drag-and-drop GUI with preview tab and real-time output.*


If you encounter issues or want to suggest improvements, open a GitHub issue or reach out in the community.