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. .. highlight:: sh :: 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