Skip to content
/ faceAI Public

🎭 Facial Keypoint Detection via Python 3, Keras CNNs, and OpenCV!

Notifications You must be signed in to change notification settings

Vvkmnn/faceAI

Repository files navigation

faceAI

image1 image2

My submission for the Computer Vision capstone project in the AI Nanodegree program! In this project, we’ll combine your knowledge of computer vision techniques and deep learning to build and end-to-end facial keypoint recognition system.

Facial keypoints include points around the eyes, nose, and mouth on any face and are used in many applications, from facial tracking to emotion recognition. Your completed code should be able to take in any image containing faces and identify the location of each face and their facial keypoints, as shown below:

Setup

Built via Anaconda's Python 3, TensorFlow, and Keras!

git clone https://github.com/udacity/AIND-CV-FacialKeypoints.git
cd AIND-CV-FacialKeypoints
conda create --name aind-cv python=3.5 numpy
source activate aind-cv
conda install tensorflow
conda install keras
pip install -r requirements.txt

About

🎭 Facial Keypoint Detection via Python 3, Keras CNNs, and OpenCV!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •