I built a pipeline which takes an image and returns a number of persons. I want to make an API which takes an image and returns a JSON file with count using Kubeflow.
Asked
Active
Viewed 56 times
1 Answers
0
There are a few ways that you can deploy a model for inference from a pipeline:
- You can use Kubeflow components like KFServing and the KFServing Deployer component for Kubeflow Pipelines
- If you are using a cloud provider, they may have services you can use for inference. For example, there is a component that deploys trained models to Google Cloud AI Platform
- Or, you could build a custom solution

joe.liedtke
- 582
- 2
- 14