Skip to content

BinkyWong/speech-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Centos 7 based container for speech recognition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published