All Projects → Hydrospheredata → Hydro Serving

Hydrospheredata / Hydro Serving

Licence: apache-2.0
MLOps Platform

Projects that are alternatives of or similar to Hydro Serving

Zat
Zeek Analysis Tools (ZAT): Processing and analysis of Zeek network data with Pandas, scikit-learn, Kafka and Spark
Stars: ✭ 303 (+42.25%)
Mutual labels:  spark, scikit-learn
Data Science Cookbook
🎓 Jupyter notebooks from UFC data science course
Stars: ✭ 60 (-71.83%)
Mutual labels:  spark, scikit-learn
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+10251.17%)
Mutual labels:  spark, scikit-learn
Sk Dist
Distributed scikit-learn meta-estimators in PySpark
Stars: ✭ 260 (+22.07%)
Mutual labels:  spark, scikit-learn
Skypad
Skypad
Stars: ✭ 141 (-33.8%)
Mutual labels:  serverless, realtime
Realtime App
Deploy a serverless realtime app built on AWS Lambda using Serverless Components.
Stars: ✭ 299 (+40.38%)
Mutual labels:  serverless, realtime
Foxcross
AsyncIO serving for data science models
Stars: ✭ 18 (-91.55%)
Mutual labels:  scikit-learn, serving
Tf trt models
TensorFlow models accelerated with NVIDIA TensorRT
Stars: ✭ 621 (+191.55%)
Mutual labels:  models, realtime
Spark On Lambda
Apache Spark on AWS Lambda
Stars: ✭ 137 (-35.68%)
Mutual labels:  serverless, spark
Cube.js
📊 Cube — Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+5525.82%)
Mutual labels:  serverless, spark
frovedis
Framework of vectorized and distributed data analytics
Stars: ✭ 59 (-72.3%)
Mutual labels:  spark, scikit-learn
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+1460.09%)
Mutual labels:  serverless, realtime
osprey
🦅Hyperparameter optimization for machine learning pipelines 🦅
Stars: ✭ 71 (-66.67%)
Mutual labels:  scikit-learn, models
Yomo
🦖 Streaming-Serverless Framework for Low-latency Edge Computing applications, running atop QUIC protocol, engaging 5G technology.
Stars: ✭ 279 (+30.99%)
Mutual labels:  serverless, realtime
mlx
Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
Stars: ✭ 132 (-38.03%)
Mutual labels:  models, pipelines
Mleap
MLeap: Deploy ML Pipelines to Production
Stars: ✭ 1,232 (+478.4%)
Mutual labels:  spark, scikit-learn
Transmogrifai
TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
Stars: ✭ 2,084 (+878.4%)
Mutual labels:  spark, pipelines
Js Spark
Realtime calculation distributed system. AKA distributed lodash
Stars: ✭ 187 (-12.21%)
Mutual labels:  spark, realtime
Example Spark
Spark, Spark Streaming and Spark SQL unit testing strategies
Stars: ✭ 205 (-3.76%)
Mutual labels:  spark
Sklearn Onnx
Convert scikit-learn models and pipelines to ONNX
Stars: ✭ 206 (-3.29%)
Mutual labels:  scikit-learn

Hydrosphere.io logo

Hydrosphere Serving

Platform for deploying your Machine Learning to production
Check out Hydrosphere.io docs »

Report bug · Contact Us


GitHub license Join the chat at https://gitter.im/Hydrospheredata/hydro-serving

Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production.

  • Framework Agnostic. Serve machine learning models developed in any language or framework. Hydrosphere Serving will wrap them in a Docker image and deploy on your production cluster, exposing HTTP, gRPC and Kafka interfaces.
  • Traffic shadowing. Shadow your traffic between different model versions to examine how different model versions behave on the same traffic.
  • Model Version Control. Version control your models and pipelines as they are deployed.

Getting Started

You can refer to our documentation to see tutorials, check out example projects, and learn about all features of Hydrosphere.

Installation

There are two main ways of installing Hydropshere:

Docker

Before installing Hydrosphere Serving, please install its prerequisites:

To install Hydrosphere Serving, follow the instructions below:

  1. Download the latest release version from the releases page;
    export HYDROSPHERE_RELEASE=2.4.3
    wget -O hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-serving/archive/${HYDROSPHERE_RELEASE}.tar.gz
    
  2. Unpack the tar ball;
    tar -xvf hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz
    
  3. Set up an environment.
    cd hydro-serving-${HYDROSPHERE_RELEASE}
    docker-compose up
    

To check installation, open http://localhost/. By default Hydrosphere UI is available at port 80.

Note, other installation options are described in the documentation.

Kubernetes

Before installing Hydrosphere Serving, please install its prerequisites:

To install Hydrosphere Serving, follow the instructions below:

helm repo add hydrosphere https://hydrospheredata.github.io/hydro-serving/helm/
helm install --name serving --namespace hydrosphere hydrosphere/serving

To reach the cluster, port-forward ui service locally.

kubectl port-forward -n hydrosphere svc/serving-ui 8080:9090

To check installation, open http://localhost:8080/.

Note, other installation options are described in the documentation.

Community

Keep up to date and get Hydrosphere.io support via Join the chat at https://gitter.im/Hydrospheredata/hydro-serving, or contact us directly at [email protected]

Contributing

We'd be glad to receive any help from the community!

Check out our issues for anything labeled with help-wanted, they will be the perfect starting point! If you don't see any, just let us know, we would be happy to hear from you.

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].