Skip to content

VoicePrivacy/speaker-embedding-eigen-decomposition-code

Repository files navigation

speaker-embedding-eigen-decomposition-code

This project is built on top of NaturalSpeech3 FACodec.
We sincerely thank the original authors for open-sourcing their work.
Pre-trained weights can be downloaded from HuggingFace – amphion/naturalspeech3_facodec.


Installation

# Install core dependencies
pip3 install torch==2.1.2 torchaudio==2.1.2

# Install package (production)
pip3 install .

# Or install in editable mode for development
pip3 install -e .

Run Inference

python run.py 

Run Evaluation

# EER and WER
python eval.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published