|
|
|
|
|
by chaoyu
2414 days ago
|
|
BentoML(https://github.com/bentoml/BentoML) may help you with the process of building endpoints with both Deep learning models and logistic regression/tree models, and it automatically helps you to containerize the API server into docker image that's ready for production deployment. It also provides OpenAPI spec for your API endpoint, which allows you to generate API client in Java, for your backend/app teams. |
|
Disclosure: I'm the top contributor to the project.