From 214c872c513848b406a37777670155d72b1ab5c9 Mon Sep 17 00:00:00 2001 From: Eloi Moliner Juanpere <64018465+eloimoliner@users.noreply.github.com> Date: Sat, 22 Jan 2022 12:14:07 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f10fa92..c8b09d5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,10 @@ To install the environment through anaconda, follow the instructions: conda activate historical_denoiser ## Denoising Recordings -Run the following commands to clone the repository and install the pretrained weights of the two-stage U-Net model: + +You can denoise your recordings in the cloud using the Colab notebook. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/eloimoliner/denoising-historical-recordings/blob/colab/colab/demo.ipynb) + +Otherwise, run the following commands to clone the repository and install the pretrained weights of the two-stage U-Net model: git clone https://github.com/eloimoliner/denoising-historical-recordings.git cd denoising-historical-recordings