Skip to content

A face detection program that captures video from the default camera and detects faces in each frame

Notifications You must be signed in to change notification settings

NathanielMention/faceDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FaceDetect

Table of contents

Introduction

This is a face detection program that captures video from the default camera and detects faces in each frame using the Haar Cascade classifier.

Screen Shot 2023-02-21 at 12 25 10 AM

Technologies

Setup

Clone or download the repository:

git clone https://github.com/NathanielMention/faceDetect

(Must have Python, Pip, and OpenCV installed)

In the application directory run:

pip install opencv-python

In the root application directory run:

python3 main.py

About

A face detection program that captures video from the default camera and detects faces in each frame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages