From 7167c36d370615ad93f26e0dcdd1f814b83fd289 Mon Sep 17 00:00:00 2001 From: "Akeret, Joel" Date: Fri, 15 Dec 2017 13:11:45 +0100 Subject: [PATCH] readme for demo --- demo/README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 demo/README.rst diff --git a/demo/README.rst b/demo/README.rst new file mode 100644 index 0000000..d91317c --- /dev/null +++ b/demo/README.rst @@ -0,0 +1,13 @@ +============================= +Tensorflow Unet demos +============================= + +.. image:: https://mybinder.org/badge.svg + :target: https://mybinder.org/v2/gh/jakeret/tf_unet/binder?filepath=demo%2Fdemo_toy_problem.ipynb + + + +Here you can find demo Jupyter notebooks for a `toy problem `_ or the `Radio Frequency Interference mitigation `_ discussed in our paper. + + +You can use the binder badge to start an interactive version of the toy problem without having to install anything on your machine.