Skip to content

adamelen/PDA-implementing-ASR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDA-implementing-ASR

The code runs using python 2.

Required modules:

  • pyaudio (provides Python bindings for PortAudio, the cross-platform audio I/O library) Installation: pip install pyaudio
  • pocketsphinx (python interface to CMU Sphinxbase and Pocketsphinx libraries) Installation: pip install pocketsphinx
  • gtts (module and command line utility to save spoken text to mp3) Installation: pip install gTTS
  • mpg321 (command-line mp3 player) Installation: sudo apt-get install mpg321
  • pytz (python timezone module) Installation: pip install --user pytz
  • Kivy (GUI module) Installation: https://kivy.org/#download

Run the code with the command: "python MainScreenUI.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages