This is a program which detects a face using Dlib and determines if the person is smiling or not with the help of CNN.
Video Demo:
- DLib
- OpenCV- 4.
- Numpy
- imutils
- Tensorflow- 2
- Open command prompt/terminal and cd to the directory of the program folder
- Run:-
python Smile-video.py -m ./data2/lsmile.hdf5 -v ./data/<input-video>
