Face Censor Tool
Author:
๐ Spring-0
Real discussions and feedbacks of Face Censor Tool
๐ Join the Discussion on Forums
App Description
An automated system for detecting and censoring faces in images and videos using YOLOv8 and Python. Features include automatic face detection, applying blur censoring, and saving a new image/video. Built with extensibility/modularity in mind. Includes a pre-trained model and training code.
Project Overview
The Face Censor Tool is a Python-based project designed to automatically detect and censor human faces in images and videos using YOLOv8. It offers features like automatic face detection, applying various masking methods (Gaussian Blur, Emoji, and Text), and saving the processed media. Aimed at video editors, developers, and anyone interested in face censoring, the tool is lightweight and built with extensibility in mind. It includes a pre-trained model and training code for easy fine-tuning.
Links
๐ Website: https://github.com/Spring-0/face-censor
Features & Benefits
โ
Automatic face detection using YOLOv8
โ
Multiple masking methods (Gaussian Blur, Emoji, Text)
โ
Extensibility and modularity
โ
Includes pre-trained model and training code