A simple face filter using Dlib Face and Landmark Detection
To install face-recognition and dlib pakages:
pip install face-recognition
pip install dlib
To run the face filter:
python face_filter.py --filter <filter_name> --show_landmarks <true,false> --open_mouth <true,false>
--filter options:
dog_glass
glass
dog_open
thug
ironman
bar (smile meter)
--show_landmarks: shows landmarks if true
--open_mouth: interactive dog filter if true