End-to-End Implementation of a QA BOT using Deep Learning
A chatbot is a computer program that uses artificial intelligence (AI) and natural language processing (NLP) to understand customer questions and automate responses to them, simulating human conversation. By answering to users' inquiries and requests -- through text input, audio input, or both -- without the need for human intervention, it can make it simple for users to find the information they need. Question-Answering (QA) Bot is one such type of chatbot. Let's start with a straightforward chatbot to deploy, or at the at least, follow the steps necessary to create a chatbot that can be useful for human support. For our chatbot we have used three different kinds of data: (1) Dialogs between two persons, (2) Grocery data from the Big Basket, and (3) Flipkart e-commerce data. Let us now gather the data in a specific form and combine them using the Pandas library.
Jul-22-2022, 11:40:55 GMT
- Technology: