behalearn

Library for processing and visualizing behavioral biometric data


Keywords
Python, behavioral biometrics, biometrics
License
MIT
Install
pip install behalearn==1.0.0

Documentation

Machine learning module

Main goal of this application is to prepare data for subsequent authentication. This module provides functionality for preprocessing data, authentication and visualization.

Preprocessing part of functionality compute speed related columns, splits data into multiple movement segments and compute their length.

Visualization part provides functionality to display FAR, FRR metrics and ROC, DET curves.

Installation

The source code is currently hosted on GitLab.

The easiest way to install behalearn is using pip :

pip install behalearn

Usage

After installation you can easily use module as any other python package, for example:

from behalearn.features import features_for_segment

Documentation

The official documentation and structure of the module is available on following link.

License

Source code is provided under the MIT License.