Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 451 Bytes

File metadata and controls

9 lines (5 loc) · 451 Bytes

Emotion_Recognition_Using_Facial_Landmarks

Facial features extraction was done using dlib's pre trained model.

You may have to install Anaconda, Jupyter notebook, dlib, OpenCV-contrib-python, boost-python modules to run this project.

Downloading any standard dataset for emotion recognistion should work.

Special thanks to "https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/ " tutorial from which I could learn a lot.