A script for automatically hiding detected objects on the user's screen.
- Install Python
- Download and install Python.
- Clone or download the repository:
git clone https://github.com/Serfetto/NsfwPlugin
- Create and activate a virtual environment(You can skip this point):
cd NsfwPlugin
python -m venv .venv
.venv\Scripts\activate
- Install dependencies
- Download model
- On the processor (CPU):
pip install dxcam screeninfo pyqt5 ultralytics
- On the graphics card (GPU):
pip install dxcam screeninfo pyqt5 ultralytics
- Make sure that you have the CUDA Toolkit, cuDNN, Visual Studio, PyTorch.
python NsfwBlur.py
Upd: This script does not work on the Linux operating system