Skip to content

Face detection program using Python and the OpenCV library.

Notifications You must be signed in to change notification settings

PC-coding/Face_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection App

Face detection app created using Python and the OpenCV library.
Allows users to detect faces within an image, video, or webcam, displaying
rectangular boxes of various colors around each detected face. The pre-trained
data with the haar cascades are the main sources for this project.

What I learned

  • Introduction to Artificial Intelligence and Machine Learning in Python
  • Using OpenCV library

Sources

OpenCV documentation
Machine Learning introduction

Releases

No releases published

Packages

No packages published

Languages