Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
|
@@ -183,28 +183,15 @@ with gr.Blocks() as demo:
|
|
| 183 |
gr.Markdown(
|
| 184 |
"""
|
| 185 |
# KBY-AI - ID Card Recognition
|
| 186 |
-
We
|
| 187 |
-
|
| 188 |
-
<h4 style="display: flex; align-items: center;">
|
| 189 |
-
ID Document Liveness Detection - Linux - <a href="https://web.kby-ai.com">https://web.kby-ai.com</a>
|
| 190 |
-
<span>
|
| 191 |
-
<img src="https://github.com/kby-ai/.github/assets/125717930/bcf351c5-8b7a-496e-a8f9-c236eb8ad59e" style="margin: 4px; width: 36px; height: 20px">
|
| 192 |
-
</span>
|
| 193 |
-
</h4>
|
| 194 |
|
| 195 |
-
##### KYC Verification Demo - https://github.com/kby-ai/KYC-Verification-Demo-Android
|
| 196 |
##### ID Capture Web Demo - https://cap.kby-ai.com
|
| 197 |
-
##### Documentation - Help Center - https://docs.kby-ai.com
|
| 198 |
"""
|
| 199 |
)
|
| 200 |
with gr.TabItem("ID Card Recognition"):
|
| 201 |
gr.Markdown(
|
| 202 |
"""
|
| 203 |
##### Docker Hub - https://hub.docker.com/r/kbyai/idcard-recognition
|
| 204 |
-
```bash
|
| 205 |
-
sudo docker pull kbyai/idcard-recognition:latest
|
| 206 |
-
sudo docker run -e LICENSE="xxxxx" -p 8082:8080 -p 9002:9000 kbyai/idcard-recognition:latest
|
| 207 |
-
```
|
| 208 |
"""
|
| 209 |
)
|
| 210 |
with gr.Row():
|
|
|
|
| 183 |
gr.Markdown(
|
| 184 |
"""
|
| 185 |
# KBY-AI - ID Card Recognition
|
| 186 |
+
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
|
|
|
|
| 188 |
##### ID Capture Web Demo - https://cap.kby-ai.com
|
|
|
|
| 189 |
"""
|
| 190 |
)
|
| 191 |
with gr.TabItem("ID Card Recognition"):
|
| 192 |
gr.Markdown(
|
| 193 |
"""
|
| 194 |
##### Docker Hub - https://hub.docker.com/r/kbyai/idcard-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
"""
|
| 196 |
)
|
| 197 |
with gr.Row():
|