Skip to content

The codebase for a model that improve the quality of an audio.

License

Notifications You must be signed in to change notification settings

WaveGenAI/AudioEnhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioEnhancer

The codebase for a model that improve the quality of an audio.

Installation

  1. Clone the repository
  2. Install the required packages
pip install -r requirements.txt

Download the dataset

To download the dataset, run the following command:

python -m scripts.download_dataset.py --audio_dir PATH --quantity 1

Build the dataset

To build the dataset, run the following command:

python -m scripts.build_dataset.py --audio_dir PATH --dataset_dir PATH --codec dac encodec soundstream opus

Train the model

To train the model, run the following command:

python -m scripts.train.py 

About

The codebase for a model that improve the quality of an audio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages