Skip to main content

Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland.

Project description

http://img.shields.io/badge/docs-stable-yellow.svg http://img.shields.io/badge/docs-latest-orange.svg https://gitlab.idiap.ch/bob/bob/badges/v2.6.2/build.svg https://img.shields.io/badge/gitlab-project-0000c0.svg http://img.shields.io/pypi/v/bob.svg http://img.shields.io/pypi/dm/bob.svg

Bob

Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, Switzerland.

The toolbox is written in a mix of Python and C++ and is designed to be both efficient and reduce development time. It is composed of a reasonably large number of packages that implement tools for image, audio & video processing, machine learning and pattern recognition.

Installation

Follow our installation instructions. Then, using the Python interpreter provided by the distribution, bootstrap and buildout this package:

$ python bootstrap-buildout.py
$ ./bin/buildout

For the maintainers

In the next subsections we have instructions for the maintainers of the package.

Adding a dependency package

To add a package on bob, just append the package name in the file (‘requirements.txt’).

Updating the dependencies

If you want to update the version of the dependency packages, run the following commands:

$ ./bin/python ./bob/script/get_versions.py > requirements.txt
$ git commit requirements.txt -m "Update requeriments" && git push

Removing a dependency package

To remove a package on bob, just remove the package name in the file (‘requirements.txt’).

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

bob-2.6.2.zip (44.4 kB view hashes)

Uploaded Source

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