GithubHelp home page GithubHelp logo

fs2_tts's Introduction

FS2_TTS

TTS system base on FastSpeech2 and MelGAN.

Build

  1. Requirements:
    • python 3.8.5, flask 1.1.2, tensorflow 2.3.1, react v17.0.1, node v14.15.1, pypinyin 0.40.0, soundfile 0.10.3.post1, scipy 1.5.4
  2. Environments:
    • Build virtual environments and install flask.
    mkdir CN_FS2_TTS
    cd CN_FS2_TTS
    python3 -m venv flask_venv
    . flask_venv/bin/activate
    pip install Flask
    
    • Build React environments.
    npx create-react-app react_front_end
    cd react_front_end/src
    rm -f *
    cd ../
    cp ../react_front_end_src/* src/
    npm install @material-ui/core
    npm install --save react-router-dom
    
    and add the following codes to "scripts" in 'package.json' in 'react_front_end'.
    "prebuild": "rm ../templates/index.html && rm -rf ../static",
    "postbuild": "mv build/index.html ../templates/ && mv build/static ../static && mkdir ../static/tf_outputs",
    

fs2_tts's People

Contributors

xg-chu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fs2_tts's Issues

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.