v0.5.0 Modular machine learning backend install via pip options
Release 0.5.0
Breaking Changes
- Install Lobe with your desired backend options through pip --
pip install lobe[all]for everything,
pip install lobe[tf]for tensorflow,pip install --index-url https://google-coral.github.io/py-repo/ tflite_runtime; pip install lobefor tensorflow lite,pip install lobe[onnx]for onnx.