Kserve

Standardized Serverless ML Inference Platform on Kubernetes
Alternatives To Kserve
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jina18,50622 hours ago2,019July 06, 202222apache-2.0Python
🔮 Build multimodal AI services via cloud native technologies
Recommenders15,79923 hours ago11April 01, 2022165mitPython
Best Practices on Recommendation Systems
Awesome Kubernetes13,893
20 days ago9otherShell
A curated list for awesome kubernetes sources :ship::tada:
Argo Workflows12,98324312 hours ago423June 23, 2022871apache-2.0Go
Workflow engine for Kubernetes
Kubeflow12,6202a day ago112April 13, 2021455apache-2.0TypeScript
Machine Learning Toolkit for Kubernetes
Computervision Recipes8,950
4 months ago65mitJupyter Notebook
Best Practices, code samples, and documentation for Computer Vision.
Metaflow6,693
3 hours ago57September 17, 2022270apache-2.0Python
:rocket: Build and manage real-life data science projects with ease!
Fate5,040
6 hours ago1May 06, 2020734apache-2.0Python
An Industrial Grade Federated Learning Framework
Bentoml4,97941011 hours ago72July 13, 2021176apache-2.0Python
Unified Model Serving Framework 🍱
Pixie4,625
17 hours ago88April 24, 2021231apache-2.0C++
Instant Kubernetes-Native Application Observability
Alternatives To Kserve
Select To Compare


Alternative Project Comparisons
Readme

KServe

go.dev reference Coverage Status Go Report Card OpenSSF Best Practices Releases LICENSE Slack Status

KServe provides a Kubernetes Custom Resource Definition for serving machine learning (ML) models on arbitrary frameworks. It aims to solve production model serving use cases by providing performant, high abstraction interfaces for common ML frameworks like Tensorflow, XGBoost, ScikitLearn, PyTorch, and ONNX.

It encapsulates the complexity of autoscaling, networking, health checking, and server configuration to bring cutting edge serving features like GPU Autoscaling, Scale to Zero, and Canary Rollouts to your ML deployments. It enables a simple, pluggable, and complete story for Production ML Serving including prediction, pre-processing, post-processing and explainability. KServe is being used across various organizations.

For more details, visit the KServe website.

KServe

Since 0.7 KFServing is rebranded to KServe, we still support the RTS release 0.6.x, please refer to corresponding release branch for docs.

Why KServe?

  • KServe is a standard, cloud agnostic Model Inference Platform on Kubernetes, built for highly scalable use cases.
  • Provides performant, standardized inference protocol across ML frameworks.
  • Support modern serverless inference workload with request based autoscaling including scale-to-zero on CPU and GPU.
  • Provides high scalability, density packing and intelligent routing using ModelMesh.
  • Simple and pluggable production serving for inference, pre/post processing, monitoring and explainability.
  • Advanced deployments for canary rollout, pipeline, ensembles with InferenceGraph.

Learn More

To learn more about KServe, how to use various supported features, and how to participate in the KServe community, please follow the KServe website documentation. Additionally, we have compiled a list of presentations and demos to dive through various details.

🛠 Installation

Standalone Installation

  • Serverless Installation: KServe by default installs Knative for serverless deployment for InferenceService.
  • Raw Deployment Installation: Compared to Serverless Installation, this is a more lightweight installation. However, this option does not support canary deployment and request based autoscaling with scale-to-zero.
  • ModelMesh Installation: You can optionally install ModelMesh to enable high-scale, high-density and frequently-changing model serving use cases.
  • Quick Installation: Install KServe on your local machine.

Kubeflow Installation

KServe is an important addon component of Kubeflow, please learn more from the Kubeflow KServe documentation and follow KServe with Kubeflow on AWS to learn how to use KServe on AWS.

🛫 Create your first InferenceService

💡 Roadmap

📘 InferenceService API Reference

:toolbox: Developer Guide

✍️ Contributor Guide

🤝 Adopters

Popular Kubernetes Projects
Popular Machine Learning Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Machine Learning
Kubernetes
Pytorch
Tensorflow
Artificial Intelligence
Sklearn
Xgboost
Istio
Service Mesh