t4trust commited on
Commit
682c66d
·
verified ·
1 Parent(s): 1baffe0

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +7 -10
demo.py CHANGED
@@ -108,23 +108,20 @@ def compare_face(frame1, frame2):
108
  with gr.Blocks() as demo:
109
  gr.Markdown(
110
  """
111
- # KBY-AI - 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
- ##### KYC Verification Demo - https://github.com/kby-ai/KYC-Verification-Demo-Android
116
- ##### ID Capture Web Demo - https://id-document-recognition-react-alpha.vercel.app
117
- ##### Documentation - Help Center - https://docs.kby-ai.com
 
118
  """
119
  )
120
  with gr.TabItem("Face Recognition"):
121
  gr.Markdown(
122
  """
123
- ##### Docker Hub - https://hub.docker.com/r/kbyai/face-recognition
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():