├── .gitattributes ├── Demo2.gif ├── README.md ├── Screenshot (7).png ├── Voicebot.png ├── app.py └── requirements.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/.gitattributes -------------------------------------------------------------------------------- /Demo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/Demo2.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/Screenshot (7).png -------------------------------------------------------------------------------- /Voicebot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/Voicebot.png -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itsanuragkumarjha/Voice-chat-enabled-RAG-chatbot-with-real-time-internet-access/HEAD/requirements.txt --------------------------------------------------------------------------------