From 74818e131d6c48ffbb9f6016a2171d75fa4f57ca Mon Sep 17 00:00:00 2001 From: Steinkirch <1130416+bt3gl@users.noreply.github.com> Date: Tue, 31 Mar 2020 18:52:01 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 22750e0..15274bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Tensorflow Quantum on KubeFlow ![Python application](https://github.com/bt3gl/Quantum_Machine_Learning/workflows/Python%20application/badge.svg) ![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) + +### Pre-requisites + +* [Vagrant](https://www.vagrantup.com/). +* [Virtual Box](https://www.virtualbox.org/). +* [MiniKF](https://www.kubeflow.org/docs/other-guides/virtual-dev/getting-started-minikf/). + + + +### References + +* [Announcing TensorFlow Quantum: An Open Source Library for Quantum Machine Learning](https://ai.googleblog.com/2020/03/announcing-tensorflow-quantum-open.html).