VOICE CLONING USING ARTIFICIAL INTELLIGENCE
Cloning anyone’s voice via A.I(REAL TIME VOICE CLONING)
WHAT YOU CAN DO WITH THIS TECHNIQUE
1, We can use this clone to read our text messages in different voices.
2, We can clone someone’s voice for hacking voice recognition systems
3, Voice cloning can help you record videos with different voices plus much more.
Requirements
1, Voice Cloning framework from Github.
https://github.com/CorentinJ/Real-Time-Voice-Cloning
2, Need a voice sample of the person who’s voice you want to clone.
3, Need Python 3.6 or 3.7(recommended) above.
4, Install Pytorch windows stable version.
5,Install ffmpeg to read audio files.
https://ffmpeg.org/download.html#get-packages
STEPS:
Install Python 3.7 after that install Pytorch.
After installing python use CMD and type Python, and use the command above.
pip3 install torch torchvision torchaudio