Skip to content

Sukriti0717/FaceDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FaceDetection

This is a simple script for detecting faces in a live camera feed using Python and Opencv module. It draws a rectangle every time it detects a human face.

Requirements

It requires a Cascade file (already given) to detect faces. Python Open Cv Module for Image Processing.

Features

  • Detects any human face infront of the camera.
  • tells about the number of faces detected.
  • draws a green box around the face detected.

Releases

No releases published

Packages

No packages published

Languages