This Project is regarding how to build a conversational Chatbot that listens and replies like a human. I used Speech Recognition tools to perform speech-to-text and text-to-speech tasks, and I leveraged pre-trained Transformers language models to give the bot some Artificial Intelligence.
- gTTS==2.2.3
- transformers==4.12.3
- tensorflow==2.6.2
- SpeechRecognition==3.8.1
- PyAudio==0.2.11