Skip to main content

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:

  1. Ensure you have CMake installed. You can download it from cmake.org.

  2. Uninstall any previous versions:

    pip uninstall ekyc
    
  3. Clear pip cache:

    pip cache purge
    
  4. 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.

  5. 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

  1. Clone the repository:

    git clone https://github.com/yourusername/juara_ekyc.git
    cd juara_ekyc
    
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    
  3. Install the development dependencies:

    pip install -r requirements.txt
    
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ekyc-0.1.15.tar.gz (89.5 MB view details)

Uploaded Source

Built Distribution

ekyc-0.1.15-py3-none-any.whl (72.4 MB view details)

Uploaded Python 3

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

Hashes for ekyc-0.1.15.tar.gz
Algorithm Hash digest
SHA256 ee471a10088b4497504217f7da68c3b921da7a4d474d42aa7a6c41a76c1ca706
MD5 91ce23c0aaf4666fbf19c0de0c6ff095
BLAKE2b-256 50ef45fbae219f54ccfc46629fbff0b77098afb6b411cd647468e4759b9f3e76

See more details on using hashes here.

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

Hashes for ekyc-0.1.15-py3-none-any.whl
Algorithm Hash digest
SHA256 692baa30cba642f94bde5c90896227a99d9eb57b7fe3db524c081cdd1b2c9f8f
MD5 15883deb63f452933733341f901dd9a1
BLAKE2b-256 487772a95ee0bfd8017a19abb664a31ed8356a7d3da9a3a1bdf4464e3a598f98

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page