Skip to content

calebsakala/face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Face Detection Project

Although I uploaded this in 2025, this simple project was first created in October 2023 to perform live face detection using OpenCV while I was learning how to code.

Overview

The main goal of this project is to detect faces in real-time using a webcam or images, leveraging the OpenCV library and pre-trained Haar Cascade classifiers. The project includes a Python script and the necessary dependencies for face detection.

Features

  • Live face detection using your webcam
  • Face detection on static images
  • Utilizes OpenCV and Haar Cascade classifier

Getting Started

  1. Install the required dependencies:
    pip install opencv-python
  2. Run the face detection script:
    python face_detection.py

Dependencies

  • haarcascade_frontalface_default.xml (Haar Cascade classifier)
  • OpenCV (Python package)

Author

Created by Caleb in October 2023.

About

A simple face detection project originally created in October 2023 while I was learning to code. It uses Python and OpenCV to perform live face detection with a webcam or on static images, leveraging Haar Cascade classifiers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages