| # Clone the repository | |
| git clone https://github.com/CorentinJ/Real-Time-Voice-Cloning.git | |
| cd Real-Time-Voice-Cloning | |
| # Install dependencies | |
| pip install --upgrade pip | |
| pip install numpy | |
| pip install -r requirements.txt | |
| pip install gdown | |
| apt-get install -qq libportaudio2 | |
| pip install https://github.com/tugstugi/dl-colab-notebooks/archive/colab_utils.zip | |
| # Download pretrained models | |
| wget https://github.com/blue-fish/Real-Time-Voice-Cloning/releases/download/v1.0/pretrained.zip | |
| unzip -o pretrained.zip | |