Skip to content

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.

Notifications You must be signed in to change notification settings

AhmedNasr7/Facial-Key-Point-Detection

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published