All Projects → oracle → Graphpipe

oracle / Graphpipe

Licence: other
Machine Learning Model Deployment Made Simple

Labels

Projects that are alternatives of or similar to Graphpipe

Bake
Bake — the strangely familiar workflow utility.
Stars: ✭ 599 (-16.69%)
Mutual labels:  makefile
Docs
CakePHP CookBook
Stars: ✭ 653 (-9.18%)
Mutual labels:  makefile
I3 Gnome
Use i3wm/i3-gaps with GNOME Session infrastructure.
Stars: ✭ 677 (-5.84%)
Mutual labels:  makefile
Fixedsys
Fixedsys Excelsior font with programming ligatures
Stars: ✭ 605 (-15.86%)
Mutual labels:  makefile
Musl Cross Make
Simple makefile-based build for musl cross compiler
Stars: ✭ 646 (-10.15%)
Mutual labels:  makefile
Android app security crack
安卓应用的安全和破解
Stars: ✭ 668 (-7.09%)
Mutual labels:  makefile
Raleway
An elegant variable sans-serif, with 9 static weights and Italics.
Stars: ✭ 589 (-18.08%)
Mutual labels:  makefile
Coreelec
A lightweight OS for KODI
Stars: ✭ 681 (-5.29%)
Mutual labels:  makefile
Thesevenweapons
安卓动态调试七种武器
Stars: ✭ 647 (-10.01%)
Mutual labels:  makefile
Postgresapp
The easiest way to get started with PostgreSQL on the Mac
Stars: ✭ 6,118 (+750.9%)
Mutual labels:  makefile
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (-15.99%)
Mutual labels:  makefile
Lc3 Vm
Write your own virtual machine for the LC-3 computer!
Stars: ✭ 631 (-12.24%)
Mutual labels:  makefile
Openwrt Chinadns
ChinaDNS for OpenWrt/LEDE
Stars: ✭ 671 (-6.68%)
Mutual labels:  makefile
Compiledb
Tool for generating Clang's JSON Compilation Database files for make-based build systems.
Stars: ✭ 601 (-16.41%)
Mutual labels:  makefile
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (-5.56%)
Mutual labels:  makefile
Kubeadm Workshop
Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring
Stars: ✭ 593 (-17.52%)
Mutual labels:  makefile
Berryboot
Berryboot -- Boot menu / OS installer
Stars: ✭ 654 (-9.04%)
Mutual labels:  makefile
Genie
GENie - Project generator tool
Stars: ✭ 693 (-3.62%)
Mutual labels:  makefile
Dotfiles
Dotfiles for macOS
Stars: ✭ 678 (-5.7%)
Mutual labels:  makefile
Python Project Blueprint
Blueprint/Boilerplate For Python Projects
Stars: ✭ 670 (-6.82%)
Mutual labels:  makefile

GraphPipe

Machine Learning Model Deployment Made Simple

What is it?

GraphPipe is a protocol and collection of software designed to simplify machine learning model deployment and decouple it from framework-specific model implementations.

The existing solutions for model serving are inconsistent and/or inefficient. There is no consistent protocol for communicating with these model servers so it is often necessary to build custom clients for each workload. GraphPipe solves these problems by standardizing on an efficient communication protocol and providing simple model servers for the major ML frameworks.

We hope that open sourcing GraphPipe makes the model serving landscape a friendlier place. See more about why we built it here.

Or browse the rest of the documentation.

Features

  • A minimalist machine learning transport specification based on flatbuffers
  • Simple, efficient reference model servers for Tensorflow, Caffe2, and ONNX.
  • Efficient client implementations in Go, Python, and Java.

What is in this repo?

This repo contains documentation as well as the flatubuffer definition files that are used by other language specific repos. If you are looking for GraphPipe clients, servers, and example code, check out our other GraphPipe repos:

Building flatbuffer definitions

If you've got flatc installed you can just make all but if you don't want to install it, you can export USE_DOCKER=1 and then make all. (Remember, make needs vars exported, not just on the command-line where you run make).

This will produce the go, c, and python libraries, which can then be copied into their projects graphpipe-go, graphpipe-tf-py, and graphpipe-py, respectively.

Contributing

All of the GraphPipe projects are open source. To find out how to contribute see CONTRIBUTING.md

You can also chat us up on our Slack Channel.

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