Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 652 Bytes

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