CosyAccent / README.md
Piping's picture
Upload README.md with huggingface_hub
0debf82 verified
metadata
license: mit
language:
  - en
tags:
  - accent-conversion
  - speech
  - conformer
  - flow-matching
library_name: cosyaccent

CosyAccent

Model weights for CosyAccent: Duration-Controllable Accent Normalization Using Source-Synthesis Training Data (ICASSP 2026).

Usage

See the GitHub repository for full installation and inference instructions.

Quick start:

pip install -r requirements.txt
python infer_wav.py \
  --source_wav /path/to/source.wav \
  --output_wav outputs/result.wav

Citation

@inproceedings{bai2026cosyaccent,
  title={CosyAccent: Duration-Controllable Accent Normalization Using Source-Synthesis Training Data},
  author={Bai, Qibing and Shi, Shuhao and Wang, Shuai and Ju, Yukai and Wang, Yannan and Li, Haizhou},
  booktitle={ICASSP 2026},
  year={2026}
}