Skip to content

Prem95/realtime-face-anti-spoofing

Repository files navigation

Realtime Face Anti-Spoofing Detection 🤖

Python Ubuntu TensorFlow Forks Stargazers contributions welcome

Contact premstroke95@gmail.com to request the sample model file and utility folder

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0] - 28/12/2021

  • First commit

Why Build This? 🤔

Face anti-spoofing systems has lately attracted increasing attention due to its important role in securing face recognition systems from fraudulent attacks. This project aims to provide a starting point in recognising real and fake faces based on a model that is trained with publicly available dataset

Where to use? 🔨

This Face Anti Spoofing detector can be used in many different systems that needs realtime facial recognition with facial landmarks. Potentially could be used in security systems, biometrics, attendence systems and etc.

Can be integrated with hardware systems for application in offices, schools, and public places for various use cases.

Datasets and Library 📗

The model is trained using Tensorflow from publicly available datasets. Below listed are the data sources that the model is trained on:

CASIA: https://github.com/namtpham/casia2groundtruth

OULU: https://sites.google.com/site/oulunpudatabase/

Please obtain the necessary permissions before using the datasets as above.

Prerequisites ☔

All the required libraries are included in the file requirements.txt. Tested on Ubuntu 20.04 with Python3.8.

Installation 💻

  1. Clone the repo
$ git clone https://github.com/Prem95/face-liveness-detector.git
  1. Change your directory to the cloned repo
$ cd face-liveness-detector
  1. Run the following command in your terminal
$ pip install -r requirements.txt
  1. Build the Face Detector library
$ cd face_det
$ sh build.sh

Usage ⚡

Run the following command in your terminal

$ python3 main.py

Contribution ⚡

Feel free to file a new issue with a respective title and description on the the face-liveness-detector repository.

Feature Request ⚡

Please also submit a pull request for any issues that might appear or any enhancements/features that could make this project perform better. I would love to review your pull request!

Code of Conduct 👍

You can find our Code of Conduct here.

License 👍

All rights reserved according to MIT © Prem Kumar