An ADAMS-inspired simple workflow engine for Python.
Available modules:
- API
- Base components
- Imaging components (OpenCV)
- scikit-learn support
- Redis integration
- Video frame selection
Install the latest code from repos into a virtual environment (use -h
to see full list of options):
git clone "git+https://github.com/waikato-datamining/shallowflow.git"
cd shallowflow
./install.sh -l
Install via pip (once releases are available):
pip install shallowflow