surround
surround copied to clipboard
Surround is a framework for building AI driven microservices in Python, https://surround.readthedocs.io/en/latest/
Based on the discussion on this comment https://github.com/a2i2/surround/pull/286#discussion_r725737778 One potential solution is to create a new assembler for each sub-process so that they are not sharing the same config object....
We need to either put it in the generated project to it can be overridden or allow it to be set when present in the environment variables but not in...
For `surround_cli`, is it really necessary to have the following entries in `requirements.txt`: `numpy==1.17.3` `pandas==0.25.2`? The simple call to `pip install surround_cli` gets complicated: `ERROR: Failed cleaning build dir for...
https://github.com/psf/black
- Elaborate the explanation to why they are separated - General instruction to install both libraries which then lead to links to each library
Surround will automatically try to determine the `package_path` by searching for the directory that contains `config.yaml`. However, if a second `config.yaml` file is found (e.g. in a subdirectory of `input`),...
This was raised by @ucokzeko when reviewing #245
The pipeline version should be returned in the metadata when running in serving mode. Idea: - Use latest git tag
Currently we have to run four different commands to make sure CI does not break. These tasks should be consolidated into a single command that can be run. The tasks...
Surround has functionality to push/pull data to a remote data store (e.g. remote file share); however, this functionality does not seem to be documented. https://surround.readthedocs.io/en/latest/cli-guide/