Doubt Solver Chatbot Using Speech-to-Text in Whisper and Few-Shot Learning in LangChain
摘要
The popularity of online learning has led to a need for dependable student support systems, which has spurred the development of cutting-edge solutions like chatbots. In this study, a novel approach to creating a “Doubt Solver” chatbot tailored to certain online course materials is presented. We utilize the Whisper library’s automated speech recognition (ASR) features to precisely transcribe instructional videos from various platforms, such as Coursera and YouTube. After that, metadata is added to these transcripts, and they are fed into the potent Language Model (LLM) framework LangChain. LangChain’s few-shot learning algorithms enable the chatbot to provide contextually relevant responses, providing learners with individualized support in real time. By giving students accurate and fast replies, this research shows the effectiveness and feasibility of integrating ASR and few-shot learning to enhance the educational experience. This research highlights the effectiveness of LangChain with a precision of 85% in the ConversationalRetrievalQA chain.