Update README.md

This commit is contained in:
Andrew Gundersen 2020-02-17 17:17:11 -06:00 committed by GitHub
commit cf19c6c86a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```