Coder Social home page Coder Social logo

facial-based-authentication-system's Introduction

Face-based authentication with spoof detection

This repository contains the research code and documentation for a face-based authentication system with spoof detection. Most of the code is based on open-source software.

One thing to note here is that the face spoof detector is trained on several public domain databases such as:

  • CASIA face antispoofing database
  • IDIAP Replay-Attack database
  • MSU USSA
  • MSU MFSD

The flow of the application is presented below:

Application flow

Instalation instructions

First of all, this is a 4 years old project written in python2 when I was just learning python:) On top of that, has some nasty dependencies like pyvlfeat which I've been trying to install for the last few hours with no luck (tried multiple python versions, it's all broken)

You will need to install openCV, I notice it's easier through conda to install it.

Other dependencies are in the requirements.txt file.

How to Run

The entry point of the demo is face_auth_app.py while the main code of the app is in src/faceSpoofDetection/.

face_auth_app.py is loading a pretrained SVM classifier that is not provided in the repo so you would have to train it yourself. In order to do so, in src/faceSpoofDetection/SVMClassifier the powerfull_classifier.py script trains a classifier on all 4 databases used in this research project. That is a good starting point for this.

facial-based-authentication-system's People

Contributors

dependabot[bot] avatar m-doru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

facial-based-authentication-system's Issues

Get the start

Hi,

Actually i was trying to do face spoofing detection. Can u just guide me in how to use your repo for the same.

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.