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.