July 4, 2023 No Comments

Appointment Booking Chatbot using OpenAI Function Calling and GoHighLevel Calendar

OpenAI has recently launched a range of remarkable enhancements that have left users amazed. Among these additions, the OpenAI function calling feature has emerged as the most prominent addition. With this powerful functionality, developers gain the ability to select and invoke for resolving specific problems. A key aspect of OpenAI’s function calling feature is its […]

June 27, 2023 No Comments

How To Use OpenAI Function Calling To Create Appointment Booking Chatbot

In today’s fast-paced world, automated systems are becoming increasingly popular for simplifying tasks and improving productivity. Fortunately, advancements in AI and automation have paved the way for innovative solutions that streamline this process. OpenAI’s function call feature revolutionizes the way we interact with AI models. It allows developers to make direct API calls, generating dynamic […]

June 21, 2023 No Comments

OpenAI Function Calling With External API Examples

OpenAI Function Calling OpenAI recently released a new feature called “function calling“, which allows developers to create more interactive and dynamic applications. With the function calling feature, developers can describe functions to OpenAI’s model, and the model will output a JSON object containing arguments to call those functions. Function calling allows developers to get structured […]

June 16, 2023 No Comments

Generate Music Using Meta’s MusicGen On Colab

Introduction In the vast realm of artificial intelligence, deep learning has revolutionized numerous domains, including natural language processing, computer vision, and speech recognition. However, one fascinating area that has captivated researchers and music enthusiasts alike is the generation of music using artificial intelligence algorithms. MusicGen, a state-of-the-art controllable text-to-music model that seamlessly translates textual prompts […]

April 24, 2023 No Comments

Unleash The Power Of ChatGPT On Telegram: The Ultimate AI Companion

In today’s fast-paced world, we all crave simplicity and efficiency. With the advent of artificial intelligence (AI), our quest for convenience has been greatly facilitated. AI has become an integral part of our lives, from how we shop to how we interact. AI has not only made our tasks easier and more efficient but has […]

April 21, 2023 No Comments

Data Extraction From Tabular Data With ChatGPT

Introduction In the world of data analysis, extracting useful information from tabular data can be a difficult task. Conventional approaches typically require manual exploration and analysis of data, which can be requires a significant amount of effort, time, or workforce to complete.  The emergence of advanced language models such as ChatGPT has introduced a promising […]

April 10, 2023 No Comments

Unlocking the Future of Resume Parsing with ChatGPT: Streamline Your Hiring Process!

In today’s competitive job market, sifting through countless resumes can be time-consuming and overwhelming. This is a major pain point for so many individuals, companies, and recruitment agencies. Resumes come in various formats and layouts, making it difficult to extract relevant information consistently. Resumes may contain different sections, such as personal details, work experience, education, […]

April 7, 2023 2 Comments

Integrating Twilio With Dialogflow CX To Enable Voice Calls

In today’s digital age, businesses are constantly seeking ways to improve their customer engagement and experience. Integrating communication tools with conversational platforms is one way to achieve this. Twilio, a cloud communications platform, and Dialogflow CX, a conversational AI platform, have joined forces to offer a seamless integration for businesses looking to build powerful conversational […]

April 7, 2023 No Comments

How To Integrate Dialogflow CX API To Add NLP Capabilities In Your Chatbot?

Integration of Dialogflow API To access Dialogflow CX via API, first we need to have a setup of Gcloud CLI in our system. If you do not have the setup of Gcloud, please follow the given link https://cloud.google.com/sdk/docs/install. After gcloud setup follows these steps to give authentication permission. Select a project with given command gcloud config set […]

April 7, 2023 No Comments

Dialogflow CX Tutorial For Beginners Part-2

What is webhook? A webhook is a user defined HTTP callback that is automatically invoked whenever certain criteria is fulfilled. A webhook can be created in any server-side programming language like Python, PHP or Node.js. You can read more about webhook here. In Dialogflow, a webhook can be used to fetch data from your server […]