🚀 MultiModelFaceAntispoof utilizes Multiple Open Source Spoofing models for Inference via Flask API. It integrates multiple face anti-spoofing models from GitHub. Contributions, corrections, and requests are welcomed on GitHub.
MultiModelFaceAntiSpoof is available on Docker Hub.
Setup
sudo apt install git-lfs -y
git clone https://github.com/sanjay7178/MultiModelFaceAntiSpoof
cd MultiModelFaceAntiSpoof
git-lfs pull
Inference
docker-compose up --build -d
🔬 Spoof Detection Models:
- M1: HyperFAS
- M2: Face Anti-Spoofing
- M3: CelebA-Spoof
- M4: Awesome Face Antispoofing
- M5: Simple CNN model (trained from scratch)
- M6: Silent-Face-Anti-Spoofing
- M7: Face-Anti-Spoofing-using-DeePixBiS
- M8: FaceAntiSpoofing
- Python 3.6 or higher
- Upgrade pip:
pip3 install pip --upgrade
- Install required packages:
pip3 install -r requirements.txt
- Run the test script:
python3 test.py
- Add more spoof detection models
Original repository: FaceAntiSpoofing