Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 490 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 490 Bytes

AudioSuperResolution

Generate higher quality audio from a lower one, using Convolutional neural network.

In this project, we try to improve the quality of audio (from mp3 quality to wav quality) based on the idea of image super resolution. We transform the audio into frequency domain, then stack them as images and train a Convolutional Network to produce the high quality audio input given a lower quality one.
Run: cd into the folder, then exucute "python main.py" to run.