Releases: bniladridas/voice-assistant-chatbot
Releases · bniladridas/voice-assistant-chatbot
Voice Assistant Chatbot v1.0
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.