This project has been archived by its maintainers, and is no longer receiving any updates.
CryptoNets Python SDK
Project description
This package provides an interface to CryptoNets™ 1:N homomorphic token (HT) face recognition, Ultrapass™ ID and human age estimation.
Getting Started
Sign up on the waitlist on https://private.id to obtain your apiKey.
Requirements
- Python >= 3.6
Notices
Licensing Restriction: This SDK is not licensed for use without the consent of the Private Identity.
Installation
Installation of the CryptoNets Python SDK and its dependencies is provided by pip.
If pip is not installed, see the pip user guide to install
pip.
To ensure smooth installation, it’s recommended to use:
pip: 9.0.2or greater
The safest way to install the SDK is to use pip in a virtualenv:
python -m pip install cryptonets_python_sdk
If you have the cryptonets_python_sdk package installed and want to upgrade to the latest version, you can run:
python -m pip install --upgrade cryptonets_python_sdk
This will install the cryptonets_python_sdk package as well as all dependencies. See the installation section of the SDK homepage Guide for more information.
Usage
You will receive the Server URL and apiKey when you subscribe.
Import Face factor
from cryptonets_python_sdk.factor import FaceFactor
from cryptonets_python_sdk.settings.loggingLevel import LoggingLevel
Initialize and use factor
server_url = URL of the server
api_key = APIKEY issued on successful signup
server = FaceFactor(url=server_url, api_key=api_key,
logging_level=LoggingLevel.full)
License
Private Identity License Copyright (c) 2020-present, Private Identity All rights reserved.
More Resources:
Release files for cryptonets-python-sdk 1.3.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cryptonets_python_sdk-1.3.8.tar.gz | 32.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cryptonets_python_sdk-1.3.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 64.2 kB
Release files / cryptonets_python_sdk-1.3.8.tar.gz
| Download URL | cryptonets_python_sdk-1.3.8.tar.gz |
|---|---|
| Size | 32.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f0291edb09bef2e8fb7234f2f576ffd8b43076df58583db1f7310d65897e3602
|
|
BLAKE2b-256 checksum How to use checksums |
0f4c41dfc2f25633cc1ce7fbc114723184ac2ace9265523bf51bd496d1ec069d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.8
|
Release files / cryptonets_python_sdk-1.3.8-py3-none-any.whl
| Download URL | cryptonets_python_sdk-1.3.8-py3-none-any.whl |
|---|---|
| Size | 32.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4c0cf76cb61254e8fc8507ad8e5031a9a8dd499bc9ce7c50d542dc5e575c05ad
|
|
BLAKE2b-256 checksum How to use checksums |
ca5cbb912e3068b587d0846bd4f81d40b036e4d1508d4364fba3597353651059
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.8
|