/Smile_detection

Smile detection program created using Python and the OpenCV library.

Primary LanguagePython

Smile Detection App

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.

What I learned

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

Sources

OpenCV documentation
Machine Learning introduction