Update README.md

This commit is contained in:
Abdelghani RIDDA
2021-10-18 19:25:48 +02:00
committed by GitHub
parent 252500b6c0
commit 4e53277758

View File

@@ -1,5 +1,15 @@
# Voice Cloning AI
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.
## References:
https://github.com/CorentinJ/Real-Time-Voice-Cloning
https://arxiv.org/abs/1806.04558
Implementation using the model from: https://github.com/CorentinJ/Real-Time-Voice-Cloning
Based on the paper: https://arxiv.org/abs/1806.04558