surround
surround copied to clipboard
Surround is a framework for building AI driven microservices in Python, https://surround.readthedocs.io/en/latest/
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.68.1 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.79.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.68.1 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
Output folders also generated under the project module folder with Hydra files!
Create a form that enables Surround projects to be generated like Spring Starter https://start.spring.io/.
https://github.com/a2i2/surround/blob/a7638b0d000df048267e2a9e09bf67e1b5b86493/surround/stage.py#L43-L69 This is a very small suggestion—it'd be less confusing for someone like me who is new to ML and the Surround project, if in the above snippet used a...
The current base image has too much unnecessary stuff installed. When possible, we can find the slim version of Python Docker image or even build one ourselves to reduce the...
Add support to use https://numba.pydata.org/ for parallel threading
Just an idea from a conversation with @ScottyB It will be nice for Surround to be able to deploy the implemented stages to lambda functions for scalability. A few things...