misbah4064 / Real-Time-Voice-Cloning-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-Time Voice Cloning

This is a fork of @CorentinJ's famous Real Time Voice Cloning (RTVC) repository. Please download a release for the best experience.

Announcements

  • 1/19/2022: A Swedish release is available. The pretrained models were contributed by @ViktorAlm.
  • 12/27/2021: Development of RTVC has transferred to the Multi-Language RTVC project. There are no plans to further develop or maintain this repo, but feel free to open an issue to report problems, share ideas and suggestions.
  • 12/21/2021: An experimental Spanish release is available.

Windows setup

  1. Install Python 3.7+ if you don't have it already. GUIDE: Installing Python on Windows.
  2. Download RTVC_Windows.zip from the RTVC-7 release.
  3. Extract the zip file.
  4. Create and activate a Python virtual environment. GUIDE: Python virtual environments in Windows
cd C:\path\to\RTVC\files
python -m venv venv
venv\Scripts\activate.bat
  1. Install dependencies
pip install --upgrade pip
pip install torch -f https://download.pytorch.org/whl/torch_stable.html
pip install -r requirements.txt
pip install webrtcvad-wheels
  1. Run the toolbox
python demo_toolbox.py

Audio samples

@bluefish experiments RTVC-7
https://raccoonml.github.io/bluefish_experiments/RTVC-7.html

Credits

https://github.com/CorentinJ/Real-Time-Voice-Cloning/

About

License:MIT License


Languages

Language:Python 100.0%