A library for electronic Know Your Customer (eKYC) verification
Project description
Juara eKYC Library
Juara eKYC is a Python library for electronic Know Your Customer (eKYC) verification, including document verification, face processing, liveness detection, and face matching.
Features
- Document verification
- Face processing
- Liveness check
- Face matching
- Flask-based API for eKYC verification
Prerequisites
- Python 3.7+
- OpenCV
- NumPy
- scikit-learn
- deepface
- paddleocr
- Flask
- dlib
Installation
For Windows Users:
-
Ensure you have CMake installed. You can download it from cmake.org.
-
Uninstall any previous versions:
pip uninstall ekyc
-
Clear pip cache:
pip cache purge
-
Install the package:
pip install path/to/ekyc-0.0.4-py3-none-any.whl
Note: This will automatically install the correct dlib version for your Python installation.
-
You may need to install PaddleOCR and PaddlePaddle separately:
pip install paddlepaddle pip install paddleocr
For Other Operating Systems:
You can install the eKYC library using pip:
pip install juara_ekyc
Usage
Here's a basic example of how to use the Juara eKYC library:
python from juara_ekyc import process_id_verification result, message = process_id_verification('path/to/image.jpg') print(f"Verification result: {result}") print(f"Message: {message}")
Development
-
Clone the repository:
git clone https://github.com/yourusername/juara_ekyc.git cd juara_ekyc
-
Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the development dependencies:
pip install -r requirements.txt
-
Run the tests:
python -m unittest discover tests
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ekyc-0.1.15.tar.gz
.
File metadata
- Download URL: ekyc-0.1.15.tar.gz
- Upload date:
- Size: 89.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee471a10088b4497504217f7da68c3b921da7a4d474d42aa7a6c41a76c1ca706 |
|
MD5 | 91ce23c0aaf4666fbf19c0de0c6ff095 |
|
BLAKE2b-256 | 50ef45fbae219f54ccfc46629fbff0b77098afb6b411cd647468e4759b9f3e76 |
File details
Details for the file ekyc-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: ekyc-0.1.15-py3-none-any.whl
- Upload date:
- Size: 72.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 692baa30cba642f94bde5c90896227a99d9eb57b7fe3db524c081cdd1b2c9f8f |
|
MD5 | 15883deb63f452933733341f901dd9a1 |
|
BLAKE2b-256 | 487772a95ee0bfd8017a19abb664a31ed8356a7d3da9a3a1bdf4464e3a598f98 |