ai4os / DEEPaaS

A REST API to serve machine learning and deep learning models
https://deepaas.readthedocs.io
Apache License 2.0
35 stars 15 forks source link

Implement model loading through decorators and type hints #102

Open alvarolopez opened 3 years ago

alvarolopez commented 3 years ago

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.