Skip to content

A Web based on Tacotron2 and FastSpeech2

Notifications You must be signed in to change notification settings

CrazyPlaysHD/tts-web-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-TTS-Web-App

This repo was forked from NVIDIA/Tacotron2 and FastSpeech2 for inference test only (not for training).

Because I didn't know flask well, I forked CodeDem/flask-musing-streaming.

example

Requirements

See requirements.txt in this repo.

Installation

  1. python3 -m pip install -r requirement.txt

  2. you may need models Tacotron2, FastSpeech2, WaveGlow, HifiGan:

    Tacotron2: Vietnamese_38k_steps(vlsp2020 dataset)

    FastSpeech2: Vietnamese_120k_steps(vlsp2020 dataset)

    WaveGlow: waveglow_78k_steps(vlsp2020 dataset)

    HifiGan: hifigan(LJSpeech dataset)

Usage

For Linux:

cd ..../flask-tacotron2-tts-web-app-master/ chmod - R 777 start.sh stop.sh restart.sh start.sh

For Windows:

cd ..../flask-tacotron2-tts-web-app-master/ python3 app.py

in hparams.py, you can change models' path.

About

A Web based on Tacotron2 and FastSpeech2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages