amagimedia-open / ssttg

streaming speech to text using google apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming speech to text transcription using google apis.
Version 1.0

+-----------------+
| For development |
+-----------------+

(A) To build docker image 

    $ ./build_dev_docker_image.sh

(B) To run unit test cases 

    $ ./ssttg_dev_run_ut_in_docker.sh
    $ tree ./test   # see results here

(C) Have a look-at/try the following

    test/ex/03/run_rel.sh

+-------------+
| For release |
+-------------+

(A) To build docker image 

    $ ./build_rel_docker_image.sh

(B) Have a look-at/try the following

    test/ex/01/run.sh
    test/ex/02/run.sh
    test/ex/03/run_rel.sh

About

streaming speech to text using google apis


Languages

Language:Shell 42.5%Language:Python 30.4%Language:C 27.1%