SkillAgentSearch skills...

VoiceClonerBot

Telegram Voice Cloner Bot

Install / Use

/learn @amanteur/VoiceClonerBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks3

Languages

Python

Security Score

55/100

Audited on Dec 25, 2024

No findings