Update README.md
This commit is contained in:
parent
805e36aa08
commit
cf19c6c86a
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -2,3 +2,15 @@
|
||||||
Takes cruddy conference call audio and upsamples it to HD Audio
|
Takes cruddy conference call audio and upsamples it to HD Audio
|
||||||
|
|
||||||
To read more about the research, visit https://crimata.com/AIPost
|
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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue