Smile-detection
is an effective photography support tool for computers with the ability to detect and save people's smiling moments in photo frames. The operation of Smile-detection
is based on the OpenCV library.
Make sure that you have python3
and pip
active. Then using the following command for installation:
pip install opencv-python
Guidance for OpenCV installation
After simplely running the capture_smile.py
on python3
, there would be a camera window appear on your screen. Or run it in command prompt
with command python3 capture_smile.py
It would capture all smiling moment inside the camera space. The smiling images could be found in smile_images
folder.
Press Q
button to close the camera window.