Giter Club home page Giter Club logo

persian-tts-coqui's Introduction

Persian-tts-coqui

Persian/Farsi text to speech(TTS) training using coqui tts
This repository contains sample codes for training text to speech models
Feel free to ask your questions issues

این مخزن شامل نمونه کدهای لازم برای آموزش مدل های متن به صوت فارسی است سوالاتتان را در issues مطرح کنید

How to train ?

Sample codes and notebooks are available at recepies folder

نمونه کد ها و نوت بوک ها در پوشه recepies موجود هستند

Pretrained models

These are models you can use to test or finetune

مدل هایی که می توانید برای امتحان کردن یا finetune کردن از آنها استفاده کنید
Model Dataset
vits female persian-tts-dataset-famale
vits male persian-tts-dataset
glowtts female persian-tts-dataset-famale
glowtts male persian-tts-dataset
tacotron2 female persian-tts-dataset-famale
Hifigan persian-tts-dataset-famale
Wavernn persian-tts-dataset-famale
  • Share your trained models here

Datasets

Models trained on these datasets :

Use trained model

  • predict one text from commandline
tts --text "شیش سیخ جیگر" --model_path "best_model.ckpt" --config_path "config.json"
  • From python API
from TTS.config import load_config
from TTS.utils.manage import ModelManager
from TTS.utils.synthesizer import Synthesizer


model_path ="config.json"  # Absolute path to the model checkpoint.pth
config_path ="best_model.pth" # Absolute path to the model config.json

text=".زندگی فقط یک بار است؛ از آن به خوبی استفاده کن"

synthesizer = Synthesizer(
    model_path, config_path
)
wavs = synthesizer.tts(text)
synthesizer.save_wav(wavs, 'sp.wav')

usefull links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.