Graphical User Interface Face Anonymization Tool
This application is a professional tool with a graphical user interface that enables anonymization of faces using the Deface Engine. Cross-Platform Compatible (Linux-Windows)
Note: Special thanks to A. Serhet KILIÇOĞLU (Shampuan) for his significant contributions to the development and design.
Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.
wget -O Setup_Linux64.deb https://github.com/cektor/DefaceGUI/releases/download/1.0.0/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y
Windows Installation via CMD (PowerShell): Installing Windows Directly from the Command Prompt.
Invoke-WebRequest -Uri "https://github.com/cektor/DefaceGUI/releases/download/1.0.0/Setup_Win64.exe" -OutFile "Setup_Win64.exe"
Start-Process -FilePath ".\Setup_Win64.exe" -Wait
Release Page: https://github.com/cektor/DefaceGUI/releases/tag/1.0.0