From cf19c6c86a87e28ca7ebab75ac6f041fd8cb130d Mon Sep 17 00:00:00 2001 From: Andrew Gundersen <53452154+gundersena@users.noreply.github.com> Date: Mon, 17 Feb 2020 17:17:11 -0600 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2cc2ac9..8d00c3a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,15 @@ Takes cruddy conference call audio and upsamples it to HD Audio To read more about the research, visit https://crimata.com/AIPost + +## Usage + +Repository Structure + +* `./data`: the data and the metadata (you should not need to touch this folder) +* `./main`: the model and its respective utilites +* `./samples`: audio files and spectrograms generated from the neural net + +``` +python 3 main.py -h +``` -- 2.43.0