Sign inSign up

binkybong/speech-recognition

By binkybong

Updated about 9 years ago

Centos7 based speech recognition

Image
0

512

binkybong/speech-recognition repository overview

speech-recognition

This is a Centos7 based container for running:

https://pypi.python.org/pypi/SpeechRecognition/

which is a Python speech recognition library.

To manually build:

docker build -t centos7-speech

Example usage:

docker run -it -v /dev/snd:/dev/snd --privileged centos7-speech /bin/bash

and run:

python3 -m speech_recognition

to start the test script taking input from your mic

Tag summary

Content type

Image

Digest

Size

324.1 MB

Last updated

about 9 years ago

docker pull binkybong/speech-recognition