Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bob-2.6.1.zip
.
File metadata
- Download URL: bob-2.6.1.zip
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbf2cf072033bb0dc731c6efef78a653bbfcb5ea545d681ab779f662243c7b68 |
|
MD5 | b969e198d34d69ef698667cfcb2659da |
|
BLAKE2b-256 | 26b2f1390d9b5899af6417bce35b8a3e7053f1cc5218eba80f050e6a4d0219eb |