Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waikato-datamining/shallowflow
An ADAMS-inspired simple workflow engine for Python.
https://github.com/waikato-datamining/shallowflow
Last synced: 5 days ago
JSON representation
An ADAMS-inspired simple workflow engine for Python.
- Host: GitHub
- URL: https://github.com/waikato-datamining/shallowflow
- Owner: waikato-datamining
- License: mit
- Created: 2021-07-30T04:36:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T02:11:55.000Z (7 months ago)
- Last Synced: 2024-04-23T07:38:18.717Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 6.87 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# shallowflow
An [ADAMS](https://adams.cms.waikato.ac.nz/)-inspired simple workflow engine for Python.Available modules:
* [API](https://github.com/waikato-datamining/shallowflow-api)
* [Base components](https://github.com/waikato-datamining/shallowflow-base)
* [Imaging components (OpenCV)](https://github.com/waikato-datamining/shallowflow-cv2)
* [scikit-learn support](https://github.com/waikato-datamining/shallowflow-sklearn)
* [Redis integration](https://github.com/waikato-datamining/shallowflow-redis)
* [Video frame selection](https://github.com/waikato-datamining/shallowflow-vfs)## Installation
Install the latest code from repos into a virtual environment (use `-h` to see full list of options):
```bash
git clone "git+https://github.com/waikato-datamining/shallowflow.git"
cd shallowflow
./install.sh -l
```Install via pip (once releases are available):
```bash
pip install shallowflow
```