CursedPrograms / Detect-Face

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. The detected faces are saved in a specified output directory.

Home Page:https://cursedprograms.github.io/Detect-Face/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
  • main.py: The selection menu for Detect-Face

/scripts/

  • feed_detection.py: Detect faces in a webcam-feed
  • image_detection: Detect faces in an image
  • install_dependencies.py: Install dependencies

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


About

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. The detected faces are saved in a specified output directory.

https://cursedprograms.github.io/Detect-Face/

License:MIT License


Languages

Language:Python 90.5%Language:Brainfuck 4.3%Language:Batchfile 4.1%Language:Text 0.8%Language:Shell 0.2%