Face Authentication
Returns face authentication result (True/False) given a picture and a video of user's face.
Installation
pip install face-authentication-lib
Get Started
How to perform face authentication using this library:
- Within python script:
from face_authentication_lib import FaceAuth
# Instantiate a FaceAuth object using API key
face_auth = FaceAuth(api_key=API_KEY)
# Call 'authenticate' method to perform face authentication given an image and video of user's face
authentication_result = face_auth.authenticate(image_file, video_file)
- As Command Line Tool:
face_auth api_key image_file video_file
Complete documentation on: readthedocs.io
Licence
This package in released under The MIT Licence
Release files for face-authentication-lib 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| face_authentication_lib-0.2.1.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| face_authentication_lib-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / face_authentication_lib-0.2.1.tar.gz
| Download URL | face_authentication_lib-0.2.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
543110f1783faa24dfffaabb4c1605f0832c5da21e2131480c4c1efc61a1c477
|
|
BLAKE2b-256 checksum How to use checksums |
71e4d7c5cf6ee0ee1c4490734c3054224684c9ba30c63cd4625a36c310c305d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|
Release files / face_authentication_lib-0.2.1-py3-none-any.whl
| Download URL | face_authentication_lib-0.2.1-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
78f39a4ff9142b043a2945aa8711fb55cf76a98d493cb9ac2e501d3768bd772c
|
|
BLAKE2b-256 checksum How to use checksums |
17a87d0366d327c43711ac2121f93b284b64224160a76f61fcb08c9d99bdf237
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|