Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.19 KB

Face-Filter

A simple face filter using Dlib Face and Landmark Detection

Alt Text

Dependencies

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

Examples

Alt Text Alt Text Alt Text Alt Text Alt Text Alt Text Alt Text

Contact

[email protected]