The codebase for a model that improve the quality of an audio.
pip install -r requirements.txt
To download the dataset, run the following command:
python -m scripts.download_dataset.py --audio_dir PATH --quantity 1
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
To train the model, run the following command:
python -m scripts.train.py