From 5ad9f246fbd066cf587e70e4ab3645ca4b519056 Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Mon, 23 Sep 2019 16:17:29 -0700 Subject: [PATCH] Add demo gif to README (#485) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a6e015cdc..c3847acc7f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ - - -
+ [install](https://docs.cortex.dev/v/master/install) • [docs](https://docs.cortex.dev/v/master) • [examples](examples) • [we're hiring](https://angel.co/cortex-labs-inc/jobs) • [email us](mailto:hello@cortex.dev) • [chat with us](https://gitter.im/cortexlabs/cortex)
+![Cortex demo](https://cortex-public.s3-us-west-2.amazonaws.com/demo/gif/v0.8.gif) + +
+ Cortex is a machine learning deployment platform that you can self-host on AWS. It combines TensorFlow Serving, ONNX Runtime, and Flask into a single tool that takes models from S3 and deploys them as REST APIs. It also uses Docker and Kubernetes behind the scenes to autoscale, run rolling updates, and support CPU and GPU inference.