Skip to content

arthurdesma/Face_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Modern Face Recognition with Deep Learning

Welcome to the face recognition project! This repository provides a Jupyter notebook project that dives deep into the world of modern face recognition using deep learning techniques.

Face Recognition Pipeline

Table of Contents

  1. Introduction
  2. Required Packages
  3. project Overview
  4. Contributing
  5. License

Introduction

Have you ever wondered how Facebook can recognize your friends in photographs? As humans, we're naturally wired to recognize faces, but teaching a computer to do the same is a complex task. In this project, we'll explore the complete face recognition pipeline, from detecting a face in an image to predicting its identity.

Required Packages

To complete this project, I used the following packages:

project Overview

In this project, I have:

  1. Face Detection: Identify and locate faces in an image.
  2. Pose Estimation: Determine the orientation of a face and correct its pose.
  3. Face Encoding: Extract unique features from a face to distinguish it from others.
  4. Face Recognition: Compare the features of a face to those in a database and predict the identity.
  5. Personal Dataset: Build my own face recognition dataset.

Contributing

Feel free to fork this project and submit pull requests. All contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published