Skip to content

gunthercox/chatterbot-voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatterbot-voice

This is a text to speech (tts) and speech recognition example using ChatterBot.

Speech recognition

The speech recognition used in this module is done using Anthony Zhang's SpeechRecognition library for Python.

Speech synthesis

Speech synthesis in this project is done using festival.

Note: For Mac users, the built-in say command will be used automatically.

Examples

See the examples directory in the GitHub repo.