An open API service indexing awesome lists of open source software.

https://github.com/gunthercox/chatterbot-voice

A example of verbal communication using ChatterBot
https://github.com/gunthercox/chatterbot-voice

chatterbot speech-recognition speech-synthesis

Last synced: 5 months ago
JSON representation

A example of verbal communication using ChatterBot

Awesome Lists containing this project

README

          

# chatterbot-voice

This is a text to speech (tts) and speech recognition example
using [ChatterBot](https://github.com/gunthercox/ChatterBot).

## Speech recognition

The speech recognition used in this module is done using
Anthony Zhang's [SpeechRecognition](https://github.com/Uberi/speech_recognition) library for Python.

## Speech synthesis

Speech synthesis in this project is done using [festival](https://github.com/festvox/festival).

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

Examples
--------

See the [examples](https://github.com/gunthercox/chatterbot-voice/tree/master/examples) directory in the GitHub repo.