Metadata-Version: 2.1
Name: bob
Version: 12.1.0
Summary: Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland.
Author-email: IDIAP Biometrics Group <biometric@idiap.ch>, Yannick Dayer <yannick.dayer@idiap.ch>
License: BSD 3-Clause License
Project-URL: documentation, https://www.idiap.ch/software/bob/docs/bob/bob/v12.1.0/
Project-URL: homepage, https://pypi.org/project/bob/
Project-URL: repository, https://gitlab.idiap.ch/bob/bob
Project-URL: changelog, https://gitlab.idiap.ch/bob/bob/-/releases
Keywords: bob,biometric recognition,evaluation
Classifier: Framework :: Bob
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: clapper~=1.0
Requires-Dist: click~=8.1
Requires-Dist: click-plugins~=1.1
Provides-Extra: qa
Requires-Dist: pre-commit; extra == "qa"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: auto-intersphinx; extra == "doc"
Requires-Dist: sphinxcontrib-programoutput; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"

[![badge doc](https://img.shields.io/badge/docs-v12.1.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob/v12.1.0/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob/badges/v12.1.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob/commits/v12.1.0)
[![badge coverage](https://gitlab.idiap.ch/bob/bob/badges/v12.1.0/coverage.svg)](https://gitlab.idiap.ch/bob/bob/commits/v12.1.0)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob)

# Bob

[Bob](https://www.idiap.ch/software/bob) is a free signal-processing and machine
learning toolbox originally developed by the Biometrics group at the
[Idiap Research Institute](https://www.idiap.ch), Switzerland.

The toolbox is written in [Python](https://www.python.org) and is designed to be
both efficient and reduce development time. It is composed of a reasonably large
number of [packages](https://www.idiap.ch/software/bob/packages) that implement
tools for image, audio & video processing, machine learning & pattern
recognition, and a lot more task specific packages.

**Please visit our** [website](https://www.idiap.ch/software/bob) **for more**
**information.**

## Installation

This package does nothing by itself. You should not need to install it, it will
be installed as dependency of the utility package you use like
[bob.bio.face](https://gitlab.idiap.ch/bob/bob.bio.face).

## For the maintainers

The bob packages are developed using
[idiap-devtools](https://gitlab.idiap.ch/software/idiap-devtools). Please refer
to their documentation for release procedures.
