The codebase for a model that improve the quality of an audio.
- Clone the repository
- Install the required packages
pip install -r requirements.txtTo download the dataset, run the following command:
python -m scripts.download_dataset.py --audio_dir PATH --quantity 1To build the dataset, run the following command:
python -m scripts.build_dataset.py --audio_dir PATH --dataset_dir PATH --codec dac encodec soundstream opusTo train the model, run the following command:
python -m scripts.train.py