Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FaceVerification-SDK

A lightweight Python FaceOnLive SDK for face verification, ID verification, and face liveness detection.


Overview

This project provides a simple Python SDK to integrate face verification and identity verification features into applications.

It can be used for face matching, ID verification, and liveness detection in basic biometric workflows.


About

This SDK is built for simple face verification, ID verification, and face liveness detection use cases. It provides a basic Python interface for integrating biometric features into applications.

Powered by FaceOnLive technology.


## Features

- Face Verification
- ID Verification
- Face Liveness Detection
- Face Matching


install from source:

git clone https://github.com/rakib2026/FaceVerification-SDK.git
cd FaceVerification-SDK
pip install -r requirements.txt

Usage

from faceverification_sdk import Client

client = Client(api_key="YOUR_API_KEY")

Face Verification

result = client.verify_face(
    image_1="image1.jpg",
    image_2="image2.jpg"
)

print(result)

ID Verification

result = client.verify_id(
    id_image="id.jpg",
    face_image="selfie.jpg"
)

print(result)

⭐ Support

If you find this project useful, please consider giving it a star. It helps the project grow and motivates further improvements.

About

A lightweight Python FaceOnLive SDK for face verification, ID verification, and face liveness detection.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages