8000 GitHub - Serfetto/NsfwPlugin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Serfetto/NsfwPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NSFW Content Filter

A script for automatically hiding detected objects on the user's screen.

Installation

  1. Install Python
    • Download and install Python.
  2. Clone or download the repository:
    • git clone https://github.com/Serfetto/NsfwPlugin
  3. Create and activate a virtual environment(You can skip this point):
    1. cd NsfwPlugin
    2. python -m venv .venv
    3. .venv\Scripts\activate
  4. Install dependencies
    • Download model
    • On the processor (CPU): pip install dxcam screeninfo pyqt5 ultralytics
    • On the graphics card (GPU):
      1. pip install dxcam screeninfo pyqt5 ultralytics
      2. Make sure that you have the CUDA Toolkit, cuDNN, Visual Studio, PyTorch.

Launch

  • python NsfwBlur.py

Upd: This script does not work on the Linux operating system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0