Skip to content

CursedPrograms/Detect-Face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter: @NorowaretaGemu License: MIT

Python
OpenCV
Git PowerShell Shell Batch


Detect-Face

detect_face

📖 Overview

Overview

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
  • 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

Setup:

Environment Setup

Environment Setup

Lunix

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

Windows PowerShell

python.exe -m pip install --upgrade pip
py -3.11 -m venv venv311
venv311\Scripts\activate
pip install -r requirements.txt

Run main.py

Using Python directly:

python main.py

Using provided scripts:

Windows:

  • .\run.bat or
  • .\run.ps1

Unix-like systems (Linux/macOS):

  • .\run.sh

Related Projects




© Cursed Entertainment 2026

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors