DEEPaaS icon indicating copy to clipboard operation
DEEPaaS copied to clipboard

A REST API to serve machine learning and deep learning models

Results 28 DEEPaaS issues
Sort by recently updated
recently updated
newest added

This happens because, in the console script wrapper, `sys.exit` takes any non 0 returned value as exit code 1 (exception). ([ref](https://stackoverflow.com/a/62137469/18471590)) In `cli.py`: ```python def main(): """Executes model's methods with...

Manual installation is failing. Installation from PyPi works though. ```console ❯ pip install -e . Obtaining file:///home/iheredia/ignacio/projects/deephdc/deepaas Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not...

bug

https://python-poetry.org/docs/

enhancement

When a module has an predict arg which is a file (eg. image), but the arg is not required, deepaas fails to run: ```python "demo-image": fields.Field( required=False, type="file", location="form", description="image",...

bug

Functionality relies on a method `predict_data()` that was deprecated long ago. `deepaas-cli` already supports that functionality. Code located in `deepaas/cmd/execute.py`

enhancement

### Description Errors are not correctly piped. An error in the module code that prevents deepaas from launching is piped to `stout`, not `sterr`. ### Steps to Reproduce 1. Introduce...

bug

### Description For use with flaat, the request object of aiohttp needs to be passed along as the first unnamed parameter. I find this in my examples of flaat (see...

bug