Skip to content

Files

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Using speech-to-text-wavenet through Docker

speech-to-text-wavenet supports Docker to make it easy to running through Docker.

Installing and using Docker

For general information about Docker, see the Docker site.

Download speech-to-text-wavenet docker images

Get speech-to-text-wavenet docker image

docker pull buriburisuri/speech-to-text-wavenet

Running speech-to-text-wavenet container for shell console

Run speech-to-text-wavenet container

docker run -it buriburisuri/speech-to-text-wavenet 

Testing speech-to-text-wavenet container

Run recognition example in the '/root/speech-to-text-wavenet'(aka '~/') directory.

python recognize.py --file asset/data/LibriSpeech/test-clean/1089/134686/1089-134686-0000.flac

Author

Namju Kim (namju.kim@kakaocorp.com) at KakaoBrain Corp.