amin-asdzdh / Facial_Keypoint_Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial Keypoint Detection

readme

Project Overview

This project combines computer vision techniques and deep learning architectures to build a facial keypoint detection system. Facial keypoints include points around the eyes, nose, and mouth on a face and are used in many applications. These applications, including facial tracking, facial pose recognition, facial filters, and emotion recognition.

The project is broken up into a few main parts in four Python notebooks:

Notebook 1 : Loading and Visualizing the Facial Keypoint Data

Notebook 2 : Defining and Training a Convolutional Neural Network (CNN) to Predict Facial Keypoints

Notebook 3 : Facial Keypoint Detection Using Haar Cascades and your Trained CNN

Notebook 4 : Fun Filters and Keypoint Uses


This is a project from Udacity's computer vision nanodegree

LICENSE: This project is licensed under the terms of the MIT license.

About

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%