Files
voice-cloning-AI/README.md

16 lines
505 B
Markdown
Raw Normal View History

2021-10-18 17:45:28 +02:00
# Voice Cloning AI
2021-10-18 19:25:48 +02:00
Voice cloning AI (deepfake for voice). Using cloned voice from only 5-10 seconds of targeted voice.
Implementation used an unofficial (but popular) Implementation of the famous paper "Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis
"
This demo is used only for educational perposes.
2021-10-18 17:45:28 +02:00
## References:
2021-10-18 19:25:48 +02:00
Implementation using the model from: https://github.com/CorentinJ/Real-Time-Voice-Cloning
Based on the paper: https://arxiv.org/abs/1806.04558