Facial Keypoint Detector using Computer Vision and Deep Learning

  • Tech Stack: Python, Tensorflow, OpenCV, Object Detection, Facial recognition , Deep learning
  • Github URL: Project Link

• In this project, I have combined my knowledge of computer vision techniques and deep learning architectures to build a facial keypoint detection system that takes in any image with faces, and predicts the location of 68 distinguishing keypoints on each face!

• Facial keypoints include points around the eyes, nose, and mouth on a face and are used in many applications. These applications include: facial tracking, facial pose recognition, facial filters, and emotion recognition. This project should be able to look at any image, detect faces, and predict the locations of facial keypoints on each face.