Skip to content

Commit 1f19f7c

Browse files
author
andyfaceplugin
committed
Face Liveness Detection Docker initial version
1 parent 4b8adf8 commit 1f19f7c

16 files changed

+489
-0
lines changed

Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM openvino/ubuntu20_runtime:2022.3.0
2+
RUN mkdir -p /home/openvino/faceplugin-live
3+
WORKDIR /home/openvino/faceplugin-live
4+
COPY ./faceplugin.so .
5+
COPY ./facesdk.py .
6+
COPY ./facebox.py .
7+
COPY ./app.py .
8+
COPY ./requirements.txt .
9+
COPY ./data ./data
10+
RUN pip3 install -r requirements.txt
11+
12+
EXPOSE 8888
13+
ENTRYPOINT ["python3"]
14+
CMD ["app.py"]

README.md

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<div align="center">
2+
<img alt="" src="https://github.com/Faceplugin-ltd/FaceRecognition-Javascript/assets/160750757/657130a9-50f2-486d-b6d5-b78bcec5e6e2.png" width=200/>
3+
</div>
4+
5+
#### Hugging Face - [Here](https://huggingface.co/spaces/FacePlugin-Ltd/FaceRecognition-LivenessDetection-SDK) <span> <img src="https://github.com/user-attachments/assets/303cda2b-a195-42c5-b481-6b2b796d2910" style="margin: 4px; width: 36px; height: 20px"> <span/>
6+
#### Open Source FaceSDK- [Here](https://github.com/Faceplugin-ltd/Open-Source-Face-Recognition-SDK) <span> <img src="https://github.com/user-attachments/assets/303cda2b-a195-42c5-b481-6b2b796d2910" style="margin: 4px; width: 36px; height: 20px"> <span/>
7+
#### Documentation- [Here](https://doc.faceplugin.com)
8+
9+
# Liveness Detection SDK Docker - Fully On-Premise - iBeta Level 2 Compliant
10+
## Overview
11+
Explore our iBeta level 2 compliant `liveness detection linux SDK` that effectively safeguards against **printed photos, video replay, 3D masks, and deepfake threats**, ensuring top-tier security.
12+
<br>This is `on-premise SDK` which means everything is processed in your server and **NO** data leaves the device
13+
<br></br>
14+
15+
<div align="left">
16+
<img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="Awesome Badge"/>
17+
<img src="https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99" alt="Star Badge"/>
18+
<img src="https://img.shields.io/github/issues/genderev/assassin" alt="issue"/>
19+
<img src="https://img.shields.io/github/issues-pr/genderev/assassin" alt="pr"/>
20+
</div>
21+
22+
## Installation
23+
24+
- build docker image
25+
```bash
26+
sudo docker build -t face-liveness --progress=plain .
27+
```
28+
29+
- run docker image
30+
```bash
31+
sudo docker run --name faceplugin -d -p 0.0.0.0:8888:8888 face-liveness
32+
```
33+
34+
## Documentation
35+
36+
Here's the useful documentation.
37+
38+
<a name="get-machine-code"></a>
39+
#### Get Machine Code
40+
<div align="left">
41+
<img src="https://github.com/Faceplugin-ltd/FaceLivenessDetection-Docker/assets/160750757/06cd2f3b-8d9d-4a35-bd01-e74a29ac24e9.png" alt="Awesome Badge"/>
42+
</div>
43+
<h4>Please share the machine code with us so that we can give you license.</h4>
44+
45+
#### Activate Machine
46+
<div align="left">
47+
<img src="https://github.com/Faceplugin-ltd/FaceLivenessDetection-Docker/assets/160750757/43c80f9f-e68c-4a52-bda3-1d42d70f4f4b.png" alt="Awesome Badge"/>
48+
</div>
49+
50+
#### Liveness Detection using raw file
51+
<div align="left">
52+
<img src="https://github.com/Faceplugin-ltd/FaceLivenessDetection-Docker/assets/160750757/77f964f4-a0ed-41c3-878e-d7a039f0e3d2.png" alt="Awesome Badge"/>
53+
</div>
54+
55+
## Run Demo
56+
Please use following url or your public ip address via internet
57+
58+
http://127.0.0.1:8888 or http://0.0.0.0:8888
59+
60+
## List of our Products
61+
62+
* **[FaceRecognition-LivenessDetection-Android](https://github.com/Faceplugin-ltd/FaceRecognition-Android)**
63+
* **[FaceRecognition-LivenessDetection-iOS](https://github.com/Faceplugin-ltd/FaceRecognition-iOS)**
64+
* **[FaceRecognition-LivenessDetection-Javascript](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Javascript)**
65+
* **[FaceLivenessDetection-Android](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Android)**
66+
* **[FaceLivenessDetection-iOS](https://github.com/Faceplugin-ltd/FaceLivenessDetection-iOS)**
67+
* **[FaceLivenessDetection-Linux](https://github.com/Faceplugin-ltd/FaceLivenessDetection-Linux)**
68+
* **[FaceRecognition-LivenessDetection-React](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-React)**
69+
* **[FaceRecognition-LivenessDetection-Vue](https://github.com/Faceplugin-ltd/FaceRecognition-LivenessDetection-Vue)**
70+
* **[Face Recognition SDK](https://github.com/Faceplugin-ltd/Face-Recognition-SDK)**
71+
* **[Liveness Detection SDK](https://github.com/Faceplugin-ltd/Face-Liveness-Detection-SDK)**
72+
* **[ID Card Recognition](https://github.com/Faceplugin-ltd/ID-Card-Recognition)**
73+
74+
## Contact
75+
76+
<div align="left">
77+
<a target="_blank" href="mailto:[email protected]"><img src="https://img.shields.io/badge/[email protected]?logo=gmail " alt="faceplugin.com"></a>&emsp;
78+
<a target="_blank" href="https://t.me/faceplugin"><img src="https://img.shields.io/badge/[email protected]?logo=telegram " alt="faceplugin.com"></a>&emsp;
79+
<a target="_blank" href="https://wa.me/+14422295661"><img src="https://img.shields.io/badge/whatsapp-faceplugin-blue.svg?logo=whatsapp " alt="faceplugin.com">
80+
</div>

0 commit comments

Comments
 (0)