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

If no model is present, we should not load a test model.

Some options from: [configurations](https://docs.deep-hybrid-datacloud.eu/projects/deepaas/en/stable/install/configuration/sample.html) are not working. For example: ### Config file: ``` [DEFAULT] listen_ip = 0.0.0.0 listen_port = 5000 debug_endpoint = false workers = 1 client_max_size = 0 warm...

invalid

# TODO - [ ] Test with real models - [ ] Implement task duration information - [ ] Check deletion of tasks is done properly - [ ] Implement...

Apart from supporting old-style loading, we should support loading of models through decorators and type hints, so that users do not need to deal with entrypoints and external libraries.

enhancement

Since V1 code is deprecated, we can safely drop the existing codebase.

enhancement