Git Product home page Git Product logo

face-biometrics's Introduction

Face-Biometrics

Face Detcetion, Verification and Recognition using Python and Deep learning models

Face-Biometrics System

Identifying facial features from photo, video or live camera and comparing them with reference photo or set of photos to identify or authorize humans into premises or systems.

image

STEPS:

  1. Detect the faces from the images with the help of bounding boxes.
  2. Preprocess the detected face to extract the key features.
  3. Model generates the embedding using the key features as the input.
  4. Embedding will be compared with the reference and identified or verified the person.

Face Detection - Identify human faces in given set of images

Face Identification - Comparing the face in the image with all the registered faces in the database (One to Many face mapping)

Face Verification/Recognition - Verifying the detected face by finding a match from the registered faces in database (One to One face mapping)

Use Cases

  1. Attendance System
  2. Login authentication application
  3. Office security clearance
  4. Criminal Investigation
  5. Pension and Visa Verification (Especially to make sure the person is alive)

MTCNN : Multi Task Cascaded CNN

It performs multiple tasks such as

  1. Face classification
  2. BoudingBox regression
  3. Landmarks detection

VGGFace : Pretrained model

It is used to extract facial features and trained over 3.3M images of 9000 famous celebrities

face-biometrics's People

Contributors

veeruamma avatar

Stargazers

Adil Hussain Gujjar avatar Stanislav1975 avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.