Giter Site home page Giter Site logo

fest's Introduction

Fest

Fest is a web service wrapper for the festival text processing system

Running

  • First you have to get festival installed and set up the way you like (voices etc).
  • Make sure you have your AWS credentials set in environment variables.
  • Start Festival in server mode. $ festival --server
  • Start up fest, you can do this two ways. You can run it with the webserver built into the flask library by invoking it on the command line $ python fest.py
  • Otherwise you can run it with some other web server. How you do this will vary. (I currently run it with gunicorn)

Using

If you hit the webserver you'll get a simple (terrible looking) form that contains a name and text field. This is just for testing purposes. The form posts to the same endpoint which is how anything consuming this web service would use it. To use the service send a POST to the root endpoint of the server containing {'name': 'the_name_of_the_file', 'text': 'Some Text you want to convert to audio'} The text will be translated to audio, stored in an s3 bucket and then a direct url to the file will be returned.

fest's People

Contributors

saolsen avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

plumpmath

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.