justin2341 commited on
Commit
4e807ff
·
verified ·
1 Parent(s): 49056d9

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -8
demo.py CHANGED
@@ -67,10 +67,8 @@ with gr.Blocks() as demo:
67
  gr.Markdown(
68
  """
69
  # KBY-AI License Plate Recognition
70
- We offer SDKs for face recognition, liveness detection(anti-spoofing), ID card recognition and ID document liveness detection.
71
- We also specialize in providing outsourcing services with a variety of technical stacks like AI(Computer Vision/Machine Learning), mobile apps, and web apps.
72
-
73
- ##### KYC Verification Demo - https://github.com/kby-ai/KYC-Verification-Demo-Android
74
  ##### ID Capture Web Demo - https://cap.kby-ai.com
75
  """
76
  )
@@ -79,10 +77,6 @@ with gr.Blocks() as demo:
79
  gr.Markdown(
80
  """
81
  ##### Docker Hub - https://hub.docker.com/r/kbyai/license-plate-recognition
82
- ```bash
83
- sudo docker pull kbyai/license-plate-recognition:latest
84
- sudo docker run -v ./license.txt:/home/openvino/kby-ai-alpr/license.txt -p 8081:8080 -p 9001:9000 kbyai/license-plate-recognition:latest
85
- ```
86
  """
87
  )
88
  with gr.Row():
 
67
  gr.Markdown(
68
  """
69
  # KBY-AI License Plate Recognition
70
+ We provide a range of SDKs, including face liveness detection, face recognition, ID document recognition, ID document liveness detection, license plate recognition (LPR), and more.
71
+
 
 
72
  ##### ID Capture Web Demo - https://cap.kby-ai.com
73
  """
74
  )
 
77
  gr.Markdown(
78
  """
79
  ##### Docker Hub - https://hub.docker.com/r/kbyai/license-plate-recognition
 
 
 
 
80
  """
81
  )
82
  with gr.Row():