/Facial-Key-Point-Detection

A facial keypoint detection system that takes in any image with faces, recognizes and detects faces using Viola-Jones Algorithm, and predicts the location of 68 distinguishing key points on each face using a regression convolutional neural network.

Primary LanguageJupyter Notebook

Facial-KeyPoint-Detection

Udacity Computer Vision Nanodegree

The First Project in the Computer Vision Nanodegree by Udacity - Detection of Facial Keypoints.

In this project, I built a CNN model for regression of 68 different facial keypoints.

The Project has been reviewed by Udacity and graded Meets Specifications against the following rubric.

You can find the Udacity Github repository for the project here.

To run the project, install the dependencies as following

pip install -r requirements.txt

Alt