Skip to content

NotAProPilot/IPR-Final-Projects-Facial-Verification-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Tired of manually verifying faces aganist ID manually? Here, as a part of the Image Processing and Recognition class, we improvise an advanced facial recognition that could be deployed quickly on any machine with a Python enviroment.

Features

This script can automatically verifying in real-time a face and comparing against an uploaded photo ID (passport, driver license, student ID, etc).

How the script works

The script works in 3 stages:

  1. Automatically detecting facial features from photo ID using OpenCV built-in classifier
  2. Automatically capturing and extracting real-time facial data
  3. Comparing extracted facial features from photo ID and real-time data using [DeepFace] image

Installation guide

  1. Clone the repo or download the repo as .zip file.
  2. Install the following librabies:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages