Cookie cutter online ML model serving solution
This project provides you a pre-built REST server to score your machine learning models.
predict
function exists )
pip install ml-model-server[all]
The above command installs all dependencies. However if you want a smaller footprint, you can select packages you want to install:
Functionality | Command |
---|---|
PMML | pip install ml-model-server[pmml] |
Pickle | pip install ml-model-server[pickle] |
All | pip install ml-model-server[all] |