Spaces:
Sleeping
Sleeping
Update demo.py
Browse files
demo.py
CHANGED
@@ -108,23 +108,20 @@ def compare_face(frame1, frame2):
|
|
108 |
with gr.Blocks() as demo:
|
109 |
gr.Markdown(
|
110 |
"""
|
111 |
-
#
|
112 |
We offer SDKs for face recognition, liveness detection(anti-spoofing) and ID card recognition.
|
113 |
We also specialize in providing outsourcing services with a variety of technical stacks like AI(Computer Vision/Machine Learning), Mobile apps, and web apps.
|
114 |
-
|
115 |
-
|
116 |
-
#####
|
117 |
-
##### Documentation - Help Center - https://
|
|
|
118 |
"""
|
119 |
)
|
120 |
with gr.TabItem("Face Recognition"):
|
121 |
gr.Markdown(
|
122 |
"""
|
123 |
-
|
124 |
-
```bash
|
125 |
-
sudo docker pull kbyai/face-recognition:latest
|
126 |
-
sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
|
127 |
-
```
|
128 |
"""
|
129 |
)
|
130 |
with gr.Row():
|
|
|
108 |
with gr.Blocks() as demo:
|
109 |
gr.Markdown(
|
110 |
"""
|
111 |
+
# T4Trust - Face Recognition
|
112 |
We offer SDKs for face recognition, liveness detection(anti-spoofing) and ID card recognition.
|
113 |
We also specialize in providing outsourcing services with a variety of technical stacks like AI(Computer Vision/Machine Learning), Mobile apps, and web apps.
|
114 |
+
|
115 |
+
|
116 |
+
##### KYC Verification Demo - https://t4.on.joget.cloud/jw/web/userview/lpr/userView/_/home
|
117 |
+
##### Documentation - Help Center - https://t4trust.ae/id-document-recognition/
|
118 |
+
|
119 |
"""
|
120 |
)
|
121 |
with gr.TabItem("Face Recognition"):
|
122 |
gr.Markdown(
|
123 |
"""
|
124 |
+
|
|
|
|
|
|
|
|
|
125 |
"""
|
126 |
)
|
127 |
with gr.Row():
|