Skip to content

Combining the speech recognition and chatbot algorithms to create a speech-enabled chatbot. The chatbot take voice input from the user, transcribe it into text using the speech recognition algorithm, and then use the chatbot algorithm to generate a response.

Notifications You must be signed in to change notification settings

nidhalhaamdi/speech_enabled_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

speech_enabled_chatbot

a Streamlit app that allows the user to provide either text or speech input to the chatbot. If the user provides text input, the chatbot should function as normal. If the user provides speech input, the speech recognition algorithm should transcribe the speech into text, which is then passed to the chatbot. The chatbot's response should be displayed to the user.

chatbot_streamlit_app :

https://github.com/nidhalhaamdi/chatbot_streamlit_app

speech_recognition_app :

https://github.com/nidhalhaamdi/speech_recognition_app

About

Combining the speech recognition and chatbot algorithms to create a speech-enabled chatbot. The chatbot take voice input from the user, transcribe it into text using the speech recognition algorithm, and then use the chatbot algorithm to generate a response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages