bqconnect CLI (
openbq) is part of the openbq framework. openbq is an open-source tool designed to empower biometric quality assessment, for more details please visit: openbq.
bqconnect CLI provides a command line interface to access biometric data quality evaluations for various modalities, including face, fingerprint, iris, and voice.
- 🚀 An easy‑to‑use tool for working with the
openbqframework. - 🖥️ Compatible with macOS, Linux, and Windows.
-
Install
pip install openbq
-
Display version info
openbq --version
-
Validate installation (run benchmarking task)
openbq --benchmark
-
Run biometric quality assessment
openbq --mode face --input data/face
-
Run biometric quality assessment and compile a EDA report
openbq --mode fingerprint --input data/fingerprint --report
| Flag | Description |
|---|---|
| --help | Print help info. |
| --version, -V | Display version info. |
| --update, -U | Update openbq backend service container. |
| --uninstall | Uninstall openbq. |
Please refer to the openbq documentations for further details.