README / README.md
justin2341's picture
Update README.md
0839500 verified
|
raw
history blame
1.5 kB
We offer SDKs for face recognition, face liveness Detection(face anti-spoofing), and ID card recognition.<br/>
Besides that, we provide several AI models and software development services in machine learning.</br>
#### πŸ§™ Online Demo(Face Liveness Detection, Face Recognition, ID Card Recognition) - [web.kby-ai.com](https://web.kby-ai.com)
#### πŸ“š Product & Resources - [Here](https://github.com/kby-ai/Product)
#### πŸ™‹β€β™€οΈ Docker Hub - [Here](https://hub.docker.com/u/kbyai)
#### πŸ’Ό KYC Verification Demo - [Here](https://github.com/kby-ai/KYC-Verification-Demo-Android)
#### πŸš€ Quick Installation
- Face Liveness Detection Docker (https://hub.docker.com/r/kbyai/face-liveness-detection)
```bash
sudo docker pull kbyai/face-liveness-detection:latest
sudo docker run -e LICENSE="xxxxx" -p 8080:8080 -p 9000:9000 kbyai/face-liveness-detection:latest
```
- Face Recognition Docker (https://hub.docker.com/r/kbyai/face-recognition)
```bash
sudo docker pull kbyai/face-recognition:latest
sudo docker run -e LICENSE="xxxxx" -p 8081:8080 -p 9001:9000 kbyai/face-recognition:latest
```
- ID Card Recognition Docker (https://hub.docker.com/r/kbyai/idcard-recognition)
```bash
sudo docker pull kbyai/idcard-recognition:latest
sudo docker run -e LICENSE="xxxxx" -p 8082:8080 -p 9002:9000 kbyai/idcard-recognition:latest
```
#### Please contact us:
```
Email: [email protected]
Telegram: @kbyai
WhatsApp: +19092802609
Skype: live:.cid.66e2522354b1049b
Facebook: https://www.facebook.com/KBYAI
```