Skip to main content

No project description provided

Project description

Access Client

Python client to interact with acessai's various applications/services like access-face-vision

Installation

pip install access-cleint

Usage

from access_client.face_vision.client import AFV

#instantiate by giving the host and port of the access-face-vision server
afv = AFV("http://localhost:5001")

Now we need to create a face-group. This is will be our face-index.

afv.create_face_group(face_group_name="celebrities")

#Pass in the directory and face group name
afv.add_faces_to_face_group(dir="./samples/celebrities", face_group="celebrities")

# Directory structure
# **/Images/
#          A/
#           A_K_01.jpg
#           A_K_02.jpg
#          B/
#           B_S_01.jpg
#           B_S_02.jpg

Once faces are indexed we can run inference on it.

afv.parse(img_path="./samples/celebrities/Bill Gates/Bill_Gates.jpg", face_group="celebrities")

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

access-client-0.0.1.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file access-client-0.0.1.tar.gz.

File metadata

  • Download URL: access-client-0.0.1.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for access-client-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7e2cdd9846c4076e99b2127ce1d4524071e6eb7c13541b0b590031ac2111f519
MD5 2e6c07862a1b6549e0ee266bfec89ac5
BLAKE2b-256 fe6a5087ca6eb98903bd8f31c6a3f0a2a7c1bfd48616beddbe8f007d198bb503

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