Metadata-Version: 2.1
Name: eh-biometrics-client
Version: 0.0.1
Summary: # Biometrics Client
Requires-Dist: requests (==2.22.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

Client Library for the [Element Human](https://www.elementhuman.com) Biometrics API

The Biometrics API is capable of performing the following kinds of analyses:

   * face and eye localization though the computation of bounding boxes
   * emotion analysis by performing frame-by-frame facial coding
   * gaze location estimation


### Installation

```sh
pip install eh-biometrics-client
```

Requires Python 3.7+


### Documentation

Documentation for this package can be found [here](docs/README.md).


### Tests

Tests are provided and can be run via...

```sh
pytest -vv
```


### Bugs

Report any bugs in the issues section of github.  PRs are accepted!

Home-page: https://github.com/elementhuman/biometrics-client
Author: Element Human
Author-email: sre@crowdemotion.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Provides-Extra: test
