AudioEnhancer
June 25, 2024 ยท View on GitHub
The codebase for a model that improve the quality of an audio.
Installation
- Clone the repository
- 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