Have you ever wished you could create applications that understand and generate human language? Imagine building chatbots, summarizing long articles,
Author: Sushma Rao
Using Few-Shot Prompts with Langchain and OpenAI API in Real-World Applications
What are prompts? A prompt for a language model is a set of instructions or input provided by a user
AI glossary, All the jargon used in the world of data science
Algorithm A set of rules or steps used to solve a problem. In Machine Learning (ML) and Artificial Intelligence (AI),
When to use Huggingface transformers and pipeline
Hugging Face provides two primary APIs for Natural Language Processing (NLP) tasks: Transformers and Pipelines. While they share some similarities,
Quick ChatGPT integration with your Python code
I will give a quick dive into ChatGPT API in this post. I am assuming you have the knowledge of
The fall and rise of a merchant
Introduction One upon a time there lived a rich merchant in the city of Vardhaman by the name Dantila. Dantila
How does Panchatantra start?
A place called Mahilaropyam, being ruled by a king by the name Amarshakthi. He has three children by the name
Dictionary in C# collection
In this article, I plan to give you an introduction to the dictionary collection. Dictionary can be defined as a
C# collections-Array List, An Intro to dynamic arrays
Array List is a C# collection that is classified as a non-generic collection. Unlike static arrays, this type of collection
Introduction to the world of C++
Welcome to my new series on C++ for beginners. In this post, I will give you an introduction to the