Skip to content

Voice Assistant Chatbot v1.0

Latest
Compare
Choose a tag to compare
@niladrridas niladrridas released this 27 Mar 15:40
· 5 commits to main since this release
7b27b50

This is a Python-based voice assistant chatbot that can recognize user speech, process it, and generate a spoken response. It employs several libraries, including SpeechRecognition, TextBlob, gTTS, and playsound, to handle speech recognition, sentiment analysis, text-to-speech conversion, and audio playback, respectively. Users can run the chatbot by executing the nlp.py script and interacting with various functionalities such as speech recognition, sentiment analysis, and text-to-speech conversion. The file structure includes nlp.py as the main script. Contributions to the project are welcome, and it is licensed under the MIT License.