May 31, 2021 No Comments

How To Implement Semantic Search Using OpenAI GPT3

Generative Pre-trained Transformer 3 (GPT-3) is an autoregressive language model used for text generation created by OpenAI. GPT-3 showed the amazing potential for a really smart language model to generate text and has the ability to do amazing task such as Question-Answering, Summarization, Semantic Search, Chatbot, Writing poetry, or an essay. Among them, we have […]

March 28, 2021 6 Comments

Question and Answering System Using GPT3

Since OpenAI launched GPT-3, we have been seeing numerous applications with various functionalities developed using GPT3. Recently GPT-3 added new feature of Question Answering system which we took for a spin to check how it works. In our experimentation with small data, the system looks pretty promising. It is fetching answers quite accurately from small data. In future, […]

March 10, 2021 No Comments

How To Get Transcript Of YouTube Video Using Python

Introduction In this blog, we will see how to fetch the text/caption/transcription of all videos from a particular YouTube channel. For that, we need YouTube data API v3 and the channel ID of the channel for which we want to fetch the captions. Below are the steps to fetch the caption of all videos, if […]

March 10, 2021 No Comments

Dialogflow Tutorial: Increase Webhook Timeout limit Of 5 Seconds Using Python

Webhook Service: In Dialogflow you can create agent responses in two ways first ‘static’ response by adding details in the console itself for the basic functionality and second is a dynamic response by managing Fulfillment through the web service called webhook service. You can create a more complex and flexible conversation flow by webhook service. […]

January 31, 2020 No Comments

Magento 2 Ecommerce Chatbot For Google Assistant & Facebook Messenger

Updated on: 26/05/2020 We have improved the agent and code to fix below issues: Made the Currency of the store dynamic. Earlier it was Dollar by default. In Google Assistant, if only 1 item was there in the list then that was creating issue. Fixed it by using combination of Card and Suggestion chips. If […]

January 28, 2020 No Comments

Dialogflow Tutorial: Account Linking In Dialogflow Using NodeJS

Welcome to one more Dialogflow Tutorial to advance your chatbot development journey. In this tutorial we are going to take you through implementation of Account Linking feature in Dialogflow for Google Assistant. Account linking can be highly useful when you already have users on your website and you want to offer them same services on Google Assistant or Facebook Messenger. […]

December 11, 2019 No Comments

Dialogflow Tutorial: Setup Transaction API On Google Assistant Using NodeJS

Chatbot based e-commerce is gradually expanding. It is now possible to publish chatbots on Google Assistant where user can buy your products, book your service, make reservation and make payment in Google Assistant itself. This makes the buying process seamless for users with payment from their linked credit/debit card in Google Pay Account. But enabling payment in Google […]

November 25, 2019 No Comments

Launch Your Own Business Information Bot On Google Assistant And Facebook Messenger

Business Insider reports that over 80% businesses are expected to have Chatbot automation implemented by 2020, given its efficiency and versatility. Chatbots are on rising and gaining lot of popularity! And why wouldn’t they? The progress in NLP – Natural Language Processing – field is scaling new heights everyday and with that Natural Language Understanding of machines is […]