gunthercox / chatterbot-voice

A example of verbal communication using ChatterBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A example of verbal communication using ChatterBot

License:MIT License