pender / chatbot-rnn

A toy chatbot powered by deep learning and trained on data from Reddit
MIT License
899 stars 370 forks source link

How to add audio to the response? #45

Closed tiancaipipi110 closed 6 years ago

tiancaipipi110 commented 6 years ago

This is not an issue but a question. Is it possible to add audio to the bot response? If so, how? Thanks.

pender commented 6 years ago

Hi @tiancaipipi110, audio is outside the scope of this project. I'm sure there are good libraries out there to do text-to-speech on the output, and also speech-to-text for the input, but I'm not sure which ones to use. Good luck!