Giter Club home page Giter Club logo

stt2's Introduction

Simple speech to text docker container based on Mozilla's DeepSpeech

cache

if you want to try it out and make changes, I recommend you cache the Speech to Text binaries locally first;

./dl.sh

build

docker build -t stt .

run service on port 82

docker run -d --rm -p 82:80 --name stt -i stt

post data to service for testing (this can take mp3s or other type files as input, sample shown with wav)

curl -X POST -F "file=@sample/1284-1180-0010.wav" http://localhost:82/api/v1/stt

should return JSON

{"text": "uncknockeatthedoor of the house and a chubby pleasant faced woman dressed all the blue opened it and greeted the visitors with a smile"}

Gunicorn has a timeout of 120 seconds (see last line of Dockerfile). CPU processing usually gives a 1x performance with the duration of the file, GPU performance is estimated at 0.4x the time of the file. You will need to increase this timeout for larger files to work.

stt2's People

Contributors

rock3125 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.