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