Smile detection app created using Python and the OpenCV library.
Allows users to detect faces + smiles within those detected faces
with RGB rectangular boxes to identify them. The pre-trained data
with haar cascades are the main sources for this project.
- Introduction to Artificial Intelligence and Machine Learning in Python
- Using OpenCV library