Setting up a python face authentication package
Project description
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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file face_authentication_lib-0.2.1.tar.gz.
File metadata
- Download URL: face_authentication_lib-0.2.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
543110f1783faa24dfffaabb4c1605f0832c5da21e2131480c4c1efc61a1c477
|
|
| MD5 |
50bcbce0e6587a3f5f62c863225ecd48
|
|
| BLAKE2b-256 |
71e4d7c5cf6ee0ee1c4490734c3054224684c9ba30c63cd4625a36c310c305d0
|
File details
Details for the file face_authentication_lib-0.2.1-py3-none-any.whl.
File metadata
- Download URL: face_authentication_lib-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78f39a4ff9142b043a2945aa8711fb55cf76a98d493cb9ac2e501d3768bd772c
|
|
| MD5 |
898265bf8200b5a083bd9dab3b73e3d2
|
|
| BLAKE2b-256 |
17a87d0366d327c43711ac2121f93b284b64224160a76f61fcb08c9d99bdf237
|