chatterbot-voice icon indicating copy to clipboard operation
chatterbot-voice copied to clipboard

A example of verbal communication using ChatterBot

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.