Detect-Face

Twitter: @NorowaretaGemu License: MIT


ko-fi


Python
OpenCV
Git PowerShell Shell Batch


Detect-Face

CursedEntertainment Logo
This project utilizes the OpenCV and Pillow (PIL) libraries to detect faces in images and webcam feeds, marking them with rectangles. The detected faces are saved in a specified output directory.

Scripts:

/scripts/

How to Run:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run main.py

Using Python directly:

python main.py

Using provided scripts:

Windows:

Unix-like systems (Linux/macOS):

Package       Version
------------- --------
numpy         1.26.2
opencv-python 4.8.1.78
Pillow        8.3.2
pip           26.0.1


SynthWomb


CursedEntertainment Logo