Giter Site home page Giter Site logo

jp-tts's Introduction

jp-tts

Japanese Text-to-Speech using espnet

Currently working on some tooling for language learning, and wanted the ability to generate relatively realistic audio files for example sentences

This is a flask app that allows you to send a request to /synthesize?q=YOUR_TEXT_HERE and will return a .wav file with the synthesized audio

This runs using pre-trained models from espnet, and I would like to add support for more voices and train my own

To get this up and running locally, you can pull the image from dockerhub:

docker pull d18n/jp-tts

Or, you can build the image locally

docker build . -t d18n/jp-tts

To run the docker image after it's available locally:

docker run -it -p 1337:1337 d18n/jp-tts

Or, if you have a gpu and have nvidia-docker installed/configured on your system, you can run

docker run --gpus all -it -p 1337:1337 d18n/jp-tts

You can test that it's working by making a request to:

http://localhost:1337synthesize?q=これはテストです

P.S. This is the first time I've pushed anything to Dockerhub, and really the first project I've done with docker in general so if you have any suggestions, feel free to make an issue!

jp-tts's People

Contributors

d18n avatar dkkempto avatar

Stargazers

 avatar

Watchers

 avatar

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.