Detect-Face

Python
OpenCV

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:

pip install -r requirements.txt
python main.py

Requirements

numpy
opencv-python==4.8.1.78
Pillow==8.3.2
numpy==1.26.2


SynthWomb


CursedEntertainment Logo