justin2341 commited on
Commit
d5c8d2f
Β·
verified Β·
1 Parent(s): e288e74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -9
README.md CHANGED
@@ -1,16 +1,30 @@
1
- We are a leading provider of SDKs for advanced biometric authentication technology, including face recognition, liveness detection(anti-spoofing), and ID card recognition.
2
- <br/>In addition to biometric authentication solutions, we provide software development services for computer vision and mobile applications.
3
- <br/>With our team's extensive knowledge and proficiency in these areas, we can deliver exceptional results to our clients.
4
- <br/>If you're interested in learning more about how we can help you, please don't hesitate to get in touch with us soon.
5
 
6
- Please contact us:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ```
8
  Email: contact@kby-ai.com
9
  Telegram: @kbyai
10
  WhatsApp: +19092802609
11
  Skype: live:.cid.66e2522354b1049b
12
  Facebook: https://www.facebook.com/KBYAI
13
- ```
14
-
15
- ## Product & Resources
16
- https://github.com/kby-ai/Product
 
1
+ We offer SDKs for face recognition, face liveness Detection(face anti-spoofing), and ID card recognition.<br/>
2
+ Besides that, we provide several AI models and software development services in machine learning.</br>
 
 
3
 
4
+ #### πŸ“š Product & Resources - [Here](https://github.com/kby-ai/Product)
5
+ #### πŸ™‹β€β™€οΈ Docker Hub - [Here](https://hub.docker.com/u/kbyai)
6
+ #### πŸ’Ό KYC Verification Demo - [Here](https://github.com/kby-ai/KYC-Verification-Demo-Android)
7
+ #### πŸš€ Quick Installation
8
+ - Face Liveness Detection Docker (https://hub.docker.com/r/kbyai/face-liveness-detection)
9
+ ```bash
10
+ sudo docker pull kbyai/face-liveness-detection:latest
11
+ sudo docker run -e LICENSE="xxxxx" -p 8080:8080 -p 9000:9000 kbyai/face-liveness-detection:latest
12
+ ```
13
+ - Face Recognition Docker (https://hub.docker.com/r/kbyai/face-recognition)
14
+ ```bash
15
+ sudo docker pull kbyai/face-recognition:latest
16
+ sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
17
+ ```
18
+ - ID Card Recognition Docker (https://hub.docker.com/r/kbyai/idcard-recognition)
19
+ ```bash
20
+ sudo docker pull kbyai/idcard-recognition:latest
21
+ sudo docker run -e LICENSE="xxxxx" -p 8082:8080 -p 9002:9000 kbyai/idcard-recognition:latest
22
+ ```
23
+ #### Please contact us:
24
  ```
25
  Email: contact@kby-ai.com
26
  Telegram: @kbyai
27
  WhatsApp: +19092802609
28
  Skype: live:.cid.66e2522354b1049b
29
  Facebook: https://www.facebook.com/KBYAI
30
+ ```