16 lines
414 B
Markdown
16 lines
414 B
Markdown
# AudioEnhancer
|
|
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
|
|
```
|