Skip to content

amanteur/VoiceClonerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Voice Cloner Bot

Team project. More info will be added.

Installation

  1. Install Python 3.7.x
  2. Install Pytorch:
pip3 install torch==1.8.2+cpu torchvision==0.9.2+cpu torchaudio==0.8.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
  1. Run pip install -r requirements.txt to install the necessary packages.
  2. Install ffmpeg.
  3. Download archive with pretrained models for voice cloning from here and unpack them into models.
  4. Download pretrained model for language classification from here and unpack it to model/lang_classification/saved_models/lid.176.ftz.

Usage

Command to start for Linux/MacOS:

export API_TOKEN="TOKEN" && python main.py

Command to start for Windows Powershell:

$env:API_TOKEN = "TOKEN"
python .\main.py

About

Telegram Voice Cloner Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages