Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 661 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 661 Bytes

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.