All Projects → gojek → merlin

gojek / merlin

Licence: Apache-2.0 License
Kubernetes-friendly ML model management, deployment, and serving.

Programming Languages

go
31211 projects - #10 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to merlin

traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+383.7%)
Mutual labels:  mlops
serving-tensorflow-models
Serving TensorFlow models with TensorFlow Serving 📙
Stars: ✭ 41 (-55.43%)
Mutual labels:  mlops
docker-containers
Docker images for fastai
Stars: ✭ 143 (+55.43%)
Mutual labels:  mlops
e2eml-cookiecutter
A generic template for building end-to-end machine learning projects
Stars: ✭ 26 (-71.74%)
Mutual labels:  mlops
MLOps VideoAnomalyDetection
Operationalize a video anomaly detection model with Azure ML
Stars: ✭ 102 (+10.87%)
Mutual labels:  mlops
aml-workspace
GitHub Action that allows you to create or connect to your Azure Machine Learning Workspace.
Stars: ✭ 22 (-76.09%)
Mutual labels:  mlops
oomstore
Lightweight and Fast Feature Store Powered by Go (and Rust).
Stars: ✭ 76 (-17.39%)
Mutual labels:  mlops
amazon-sagemaker-model-serving-using-aws-cdk
This repository provides AI/ML service(MachineLearning model serving) modernization solution using Amazon SageMaker, AWS CDK, and AWS Serverless services.
Stars: ✭ 23 (-75%)
Mutual labels:  mlops
whylogs-examples
A collection of WhyLogs examples in various languages
Stars: ✭ 42 (-54.35%)
Mutual labels:  mlops
vertex-ai-samples
Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud
Stars: ✭ 270 (+193.48%)
Mutual labels:  mlops
ml-from-scratch
All content related to machine learning from my blog
Stars: ✭ 110 (+19.57%)
Mutual labels:  mlops
datatile
A library for managing, validating, summarizing, and visualizing data.
Stars: ✭ 419 (+355.43%)
Mutual labels:  mlops
MLOps
MLOps template with examples for Data pipelines, ML workflow management, API development and Monitoring.
Stars: ✭ 28 (-69.57%)
Mutual labels:  mlops
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+55.43%)
Mutual labels:  mlops
combinator
Combinator.ml's central repo, documentation and website
Stars: ✭ 24 (-73.91%)
Mutual labels:  mlops
crane
Crane is a easy-to-use and beautiful desktop application helps you build manage your container images.
Stars: ✭ 223 (+142.39%)
Mutual labels:  mlops
data-science-best-practices
The goal of this repository is to enable data scientists and ML engineers to develop data science use cases and making it ready for production use. This means focusing on the versioning, scalability, monitoring and engineering of the solution.
Stars: ✭ 53 (-42.39%)
Mutual labels:  mlops
noronha
DataOps framework for Machine Learning projects.
Stars: ✭ 47 (-48.91%)
Mutual labels:  mlops
polystores
A library for performing hyperparameter optimization
Stars: ✭ 48 (-47.83%)
Mutual labels:  mlops
flytekit
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
Stars: ✭ 82 (-10.87%)
Mutual labels:  mlops

Overview

Merlin is a platform for deploying and serving machine learning models. The project was born of the belief that model deployment should be:

  • Easy and self-serve: Human should not become the bottleneck for deploying model into production.
  • Scalable: The model deployed should be able to handle Gojek scale and beyond.
  • Fast: The framework should be able to let user iterate quickly.
  • Cost efficient: It should provide all benefit above in a cost efficient manner.

Merlin attempts to do so by:

  • Abstracting infrastructure: Merlin uses familiar concept such as Project, Model, Version, and Endpoint as its core component and abstract away complexity of deploying and serving ML service from user.
  • Autoscaling: Merlin is built on top Knative and KFServing to provide a production ready serverless solution.

Getting Started

To install Merlin in your local machine, click Local Development.

Documentation

Go to the docs folder for the full documentation and guides.

Python SDK Documentation

Click here to getting started on using the Python SDK.

API Documentation

To explore the API documentation, run:

make swagger-ui

Client Libraries

We use Swagger Codegen to automatically generate Golang and Python clients for Merlin API. To genarate the client libraries, run:

make generate-client

Notice

Merlin is a community project and is still under active development. Your feedback and contributions are important to us. Please have a look at our contributing guide for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].