kadtk
A standardized toolkit of Kernel Audio Distance (KAD)—a distribution-free, unbiased, and computationally efficient metric for evaluating generative audio.
File Explorer
Download Latest Version (.zip)- config_2022.yml
- config_2023.yml
- config_clapcap.yml
- __init__.py
- audio.py
- clap.py
- config.py
- htsat.py
- mapper.py
- pytorch_utils.py
- utils.py
- __init__.py
- CLAPWrapper.py
- __init__.py
- core.py
- models.py
- openl3_exceptions.py
- openl3_warnings.py
- version.py
- __init__.py
- models.py
- pytorch_utils.py
- README.md
- __init__.py
- __main__.py
- emb_loader.py
- embeds.py
- fad.py
- kad.py
- model_loader.py
- utils.py
- .gitignore
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/YoonjinXD/kadtk
Downloads the entire project code from GitHub to your computer.
cd kadtk
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly — no need to clone the source.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
