Skip to content

sendmesymbols/speech-to-text-wit-ai

 
 

Repository files navigation

Speech to text app using facebook wit.ai library

For more info see

Getting started

  • Install pip, python and pip libraries
sh install.sh

You can run different modes on each folder:


  • queued_from_file (best mode):

Record speaker audio every 10 seconds on a file with timestamp name inside ./sounds folder

sh record-from-speaker.sh

Watch folder ./sounds, send each new file to WIT.AI and remove them

sh watch-records-and-recognize.sh

  • live_from_file: Record speaker audio every 10 seconds on same record.wav file
sh record-from-speaker.sh

Send same file to WIT.AI every 10 seconds

python main.py

  • live_from_mic: Record microphone every 10 seconds on record.wav file and send to WIT.AI
python main.py

About

Speech to text app using facebook wit.ai library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.0%
  • Shell 25.0%