BharathK333 commited on
Commit
664a6cf
·
verified ·
1 Parent(s): 0227e8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -16,8 +16,10 @@ tags:
16
  papers:
17
  - https://huggingface.co/papers/2601.20883
18
  ---
19
- # VoxMorph-Models
20
 
21
  [**Project Page**](https://vcbsl.github.io/VoxMorph/) | [**Paper**](https://huggingface.co/papers/2601.20883) | [**GitHub**](https://github.com/Bharath-K3/VoxMorph) | [**Demo**](https://huggingface.co/spaces/Bharath-K3/VoxMorph) | [**Dataset**](https://huggingface.co/datasets/BharathK333/VoxMorph-Dataset)
22
 
 
 
23
  This repository hosts the official model checkpoints for **VoxMorph: Scalable Zero-shot Voice Identity Morphing via Disentangled Embeddings** (ICASSP 2026). It contains the checkpoint files (`s3gen.pt` and `t3_cfg.pt`) for VoxMorph, a zero-shot TTS framework built on top of Resemble AI's frozen Chatterbox-TTS backbone.
 
16
  papers:
17
  - https://huggingface.co/papers/2601.20883
18
  ---
19
+ # VoxMorph: Scalable Zero-shot Voice Identity Morphing via Disentangled Embeddings
20
 
21
  [**Project Page**](https://vcbsl.github.io/VoxMorph/) | [**Paper**](https://huggingface.co/papers/2601.20883) | [**GitHub**](https://github.com/Bharath-K3/VoxMorph) | [**Demo**](https://huggingface.co/spaces/Bharath-K3/VoxMorph) | [**Dataset**](https://huggingface.co/datasets/BharathK333/VoxMorph-Dataset)
22
 
23
+ VoxMorph is a zero-shot framework that produces high-fidelity voice morphs from as little as five seconds of audio per subject without model retraining. The method disentangles vocal traits into prosody and timbre embeddings, enabling fine-grained interpolation of speaking style and identity. These embeddings are fused via Spherical Linear Interpolation (Slerp) and synthesized using an autoregressive language model coupled with a Conditional Flow Matching network.
24
+
25
  This repository hosts the official model checkpoints for **VoxMorph: Scalable Zero-shot Voice Identity Morphing via Disentangled Embeddings** (ICASSP 2026). It contains the checkpoint files (`s3gen.pt` and `t3_cfg.pt`) for VoxMorph, a zero-shot TTS framework built on top of Resemble AI's frozen Chatterbox-TTS backbone.