Installation

boml implements various meta learning algorithms based on TensorFlow, which is one of the most popular macheine learning platform. Besides, Numpy and basical image processing modules are required for installation.

We also provide requirements.txt as reference for version control.

1. Install from GitHub page:

git clone https://github.com/dut-media-lab/BOML.git

python setup.py install

or

pip install -r requirements.txt

2. use pip instruction

pip install boml