- A Guide to Anthropic Computer Useby harish.gargIntroduction Anthropic Computer use is a new feature from Anthropic that let’s AI models use computers directly like the way a human would do. Some of the things it could is see what’s on the screen, click on a particular button or a link, fill in forms on websites, use GUI apps, etc. There are… Read more: A Guide to Anthropic Computer Use
- Introducing PluginBase AI Batch Runner for Google Sheets with Anthropic Claude APIby harish.gargIntroduction Although chatGPT and other AI tools like that have made it easy to generate content, generating multiple pieces of content can be still time-consuming and tedious. Enter the PluginBase AI Batch Runner for Google Sheets, powered by the Anthropic Claude AI API. This tool seamlessly integrates the power of AI into your Google Sheets,… Read more: Introducing PluginBase AI Batch Runner for Google Sheets with Anthropic Claude API
- GPT-4 API: Hands-on guideby harish.gargIn this guide, I show how to start using GPT-4 API. Get Access to GPT-4 API First, you need to get access. Follow this guide to get access to GPT-4 API. Once, you have access, grab your OpenAI API Key. Call GPT-4 API from Python code First, install openai python package using the command pip… Read more: GPT-4 API: Hands-on guide
- How to get access to GPT-4by harish.gargIn this guide, I show how to get access to GPT-4. What is GPT-4? GPT-4 is the latest AI system from OpenAI, the creator of chatGPT. GPT-4 is more powerful than both chatGPT and GPT3. It can generate better text and code. it can also understand images and explain it back to you using text.… Read more: How to get access to GPT-4
- OpenAI Whisper API: Hands-on Guideby harish.gargThis guide will walk you through on how to get started with making calls to OpenAI Whisper API. Whisper is an AI model from OpenAI that can be used to convert speech to text. Get your OpenAI API Key First, you need to have an OpenAI Account. If you don’t have one, here is a… Read more: OpenAI Whisper API: Hands-on Guide
- Hands-on Guide to Using cohere AI APIs with Pythonby harish.gargIn this guide, I will explain how to use cohere AI APIs with Python. Requirements You are going to need to cohere AI API Key. You can get a free account from here. After logging in, go to Dashboard -> API Keys. While you are developing and testing, you can use a trial API key.… Read more: Hands-on Guide to Using cohere AI APIs with Python
- Easiest Guide to build a chatGPT for your PDF documents using GPT-3/3.5by harish.gargIn this guide, we will see how to build a chatGPT for your PDF documents i.e. an AI that will answer your questions based on a particular PDF document. You could use this to ask questions about your textbooks, ebooks, or anything else as long as it’s in a PDF file format We will be… Read more: Easiest Guide to build a chatGPT for your PDF documents using GPT-3/3.5
- Building a command line chatbot using cohereAI chat APIby harish.gargIn this short guide, we will build an AI chatbot that works in your command line program. This is really how to guide and showcase how powerful the new chat API from cohereAI is. Let’s dive in Requirements and Pre-requisites You need to have Python 3.x or higher installed You should know your way around… Read more: Building a command line chatbot using cohereAI chat API
- Guide to Azure OpenAI Serviceby harish.gargMicrosoft Azure OpenAI Service is an enterprise-level re-bundling of OpenAI’s AI models like GPT3, 3.5, Codex, DALL-E 2, chatGPT, etc. Azure OpenAI Service makes the OpenAI AI models available from Azure. It’s an invite-only service and is targeted at large Azure users. The current models available are: GPT 3 and GPT3.5 DALL-E 2 Codex chatGPT… Read more: Guide to Azure OpenAI Service
- 10 Best vector databases for building AI Apps with embeddingsby harish.gargBuilding an AI-based semantic search or Q&A application? You might need is a vector database to store and search your embeddings easily. As part of my experiments with creating embeddings for AI semantic search, I have been collecting and trying out various Vector databases. This guide lists the best vector databases I have come across… Read more: 10 Best vector databases for building AI Apps with embeddings
- 10 Ways ChatGPT Can Save You Time and Improve Your Productivity in 2023by harish.gargOpenAI’s ChatGPT has taken the world by storm in the last few days since it launched. Here I will show some Fun and Unique Ways to Use ChatGPT. I will show ways to use chatGPT in different domains, like programming, writing, as a tutor, and a lot more. Let’s dive in Answer Specific Questions and… Read more: 10 Ways ChatGPT Can Save You Time and Improve Your Productivity in 2023
- Run 100B+ Language Models at Home with Petalsby harish.gargLarge language models like GPT-3 are huge and require a large of GPUs to run on. But what if we could all run 100+B Language models right on our computers? Petals is here to help! With its BitTorrent-style approach, you can now run language models with over 100 billion parameters at home. Petals allow you… Read more: Run 100B+ Language Models at Home with Petals
- 7 Best Open-Source Text-to-Speech Toolsby harish.gargIn this guide, I will cover the best Open-Source Text-to-Speech or TTS tech that you can run yourself free of cost. This post will cover various TTS technologies at a high level. I will post individual guides for each of them in the next few days and link them here. Let’s dive in. Mozilla TTS… Read more: 7 Best Open-Source Text-to-Speech Tools
- Hands-on guide to semantic search with CohereAI embeddingsby harish.gargIn this hands-on article, I will show you how to implement semantic search with CohereAI and Pinecone Python library. Get your CohereAI API key https://cohere.ai/ Get your Pinecone API key https://www.pinecone.io/ Prepare your data The data you want to use will depend on your use case. Or you can use the sample in this example… Read more: Hands-on guide to semantic search with CohereAI embeddings
- OpenAI for Laravel: Using chatGPT/GPT 3/3.5 with PHP and Laravelby harish.gargOpenAI PHP for Laravel is a powerful tool for developers looking to use the OpenAI chatGPT / GPT-3 API within their Laravel projects. This library allows you to easily interact with the OpenAI API and use its various features within your Laravel application. Installing OpenAI for Laravel To install OpenAI PHP for Laravel, you will… Read more: OpenAI for Laravel: Using chatGPT/GPT 3/3.5 with PHP and Laravel
- Hi chatGPT, build me a startup!by harish.gargI asked chatGPT to help me build a startup Let’s come up with a startup Idea I asked chatGPT to give me some ideas for creating a startup. It gives me 10 ideas. Pick a name Then I told chaGPT which idea I like out of the 10 it suggested and asked it to suggest… Read more: Hi chatGPT, build me a startup!
- Using GPT 3.5 in the command lineby harish.gargI am someone who works a lot with command line programs like terminal or bash. The biggest pain point for me is not remembering a command or options for a command. Thankfully, I have found a solution – using GPT-3 in the command line. Let me show you how We will take… Read more: Using GPT 3.5 in the command line
- Best guide to detecting AI-generated content in 2023by harish.gargWith the popularity of text-generation AI tools like chatGPT and GPT3/3.5, detecting AI-generated content has become important for publishers and readers. We look at tools for detecting AI-generated content. Tools for detecting AI-generated content HuggingFace OpenAI Detector HuggingFace provides a free online tool for detecting AI-generated content. It has some limitations in that it’s not… Read more: Best guide to detecting AI-generated content in 2023
- Top best chatGPT alternatives to use in 2023by harish.gargIn the last few weeks, since it launched OpenAI’s chatGPT has been a major success. It has acquired millions of users in days. For some people, chatGPT may not be an option. Hence, here is the list of the top best chatGPT alternatives to use in 2023. chatGPT alternatives AIBuddy AIBuddy is an AI-powered WhatsApp… Read more: Top best chatGPT alternatives to use in 2023
- How to Build a AI Chatbot with GPT-3 and Django: A Step-by-Step Guideby harish.gargBuilding an AI chatbot can be a fun and interesting project, and using the GPT-3 API and the Django web framework can make the process even easier. GPT-3 is a powerful language model developed by OpenAI, and the Django framework provides a straightforward way to build and deploy web applications. In this guide, we will… Read more: How to Build a AI Chatbot with GPT-3 and Django: A Step-by-Step Guide
- Build a WhatsApp chatbot using chatGPT / GPT-3 API: A step by step guideby harish.gargIn this article, we will build a WhatsApp chatbot using chatGPT / GPT-3 API that will respond to user messages with human-like responses. We will build this app in Python programming language and we will use Twilio APIs to send and receive WhatsApp messages. If you would rather just use an already-built WhatsApp AI chatbot,… Read more: Build a WhatsApp chatbot using chatGPT / GPT-3 API: A step by step guide
- Building chatbot for Telegram using GPT-3 API: Fully Hands on Guideby harish.gargIn this article, we will show you how to create a chatbot for Telegram using GPT-3 API. The chatbot will be able to engage with users in natural language and provide information or assistance in real-time. GPT-3 API is a powerful language model developed by OpenAI that can generate human-like responses in natural language. By… Read more: Building chatbot for Telegram using GPT-3 API: Fully Hands on Guide
- Building a chat app with GPT-3, ReactJS, and NextJS: A step-by-step guideby harish.gargGPT-3, or Generative Pretrained Transformer 3, is the latest version of OpenAI’s powerful language model. It can generate natural-sounding text in a variety of languages and styles, making it a useful tool for building chat apps and other applications that involve natural language processing. In this article, we will show you how to use the… Read more: Building a chat app with GPT-3, ReactJS, and NextJS: A step-by-step guide
- How to write Good GPT-3 Promptsby harish.gargGPT-3 (Generative Pretrained Transformer 3) is a large language model developed by OpenAI that can generate natural language text based on a given prompt. GPT-3 is capable of generating a wide range of outputs, from coherent sentences and paragraphs to structured data like tables and lists. But to get the best results from GPT-3, you… Read more: How to write Good GPT-3 Prompts
- A beginner’s guide to generative AI and its applicationsby harish.gargGenerative AI is a type of artificial intelligence that involves the generation of new data or content based on a set of inputs. This can include creating new images, videos, text, or other forms of data. Generative AI uses machine learning algorithms, such as deep learning, to analyze and learn from existing data in order… Read more: A beginner’s guide to generative AI and its applications
- GPT-3: The ultimate tool for legal professionalsby harish.gargThe recent release of OpenAI’s GPT-3 (Generative Pretrained Transformer 3) has been met with much excitement in the field of artificial intelligence. With 175 billion parameters, GPT-3 is the most powerful language processing AI model to date, capable of generating human-like text in a variety of contexts. One area where GPT-3 has the potential to… Read more: GPT-3: The ultimate tool for legal professionals
- Hands-on Guide to Using GPT-3 to Handle Customer Queriesby harish.gargThe GPT-3 (Generative Pretrained Transformer 3) language model, developed by OpenAI, is one of the most advanced natural language processing (NLP) systems available today. With its ability to generate human-like text, GPT-3 has the potential to revolutionize many applications that rely on natural language generation, such as chatbots, customer service agents, and virtual assistants. In… Read more: Hands-on Guide to Using GPT-3 to Handle Customer Queries
- chatGPT: The Complete Guideby harish.gargOpenAI has just released a new AI chat tool called ChatGPT, and it is already making waves in the AI and chatbot communities. ChatGPT is a powerful and versatile chatbot that uses the latest advances in natural language processing and machine learning to generate intelligent and engaging responses to user input. Unlike many other chatbots,… Read more: chatGPT: The Complete Guide
- Guide to Deploying Stable Diffusion APIby harish.gargStable Diffusion has taken the text-to-image generative AI world by storm. It’s free and open source. You can deploy it on your servers. However, deploying large AI models on your own servers for API inference is not easy. Let’s look at some methods and services to build and deploy stable as an API. Deploying Stable… Read more: Guide to Deploying Stable Diffusion API
- Best Guide to using GPT-3 in Gmailby harish.gargIn this article, I will show you how to start using GPT-3 in Gmail without breaking the bank. Setup for using GPT-3 in Gmail Before we can start using GPT-3 in Gmail, we need to do some setup as below Get your OpenAI GPT-3 API or secret key In order to be able to follow… Read more: Best Guide to using GPT-3 in Gmail
- 6 Best AI tools for Researchersby harish.gargIn this article, I go through 10 of the top AI tools for researchers In the academic field, writing and publishing research papers is very important to get a new job, get tenure, or become known in your particular field. AI Language models like GPT-3 are getting integrated into all kinds of products. Now, even… Read more: 6 Best AI tools for Researchers
- Beginners Guide to Flan-T5by harish.gargFlan-T5 is an enhanced version of Google’s T5 AI model which is quite good at certain language tasks. For example, it’s supposed to be better at a lot of zero-shot examples even than GPT-3. Install and Setup Flan-T5 First, we install the transformers module by running the below command pip install transformers If you run… Read more: Beginners Guide to Flan-T5
- Use GPT-3 on any website using this GPT-3 powered Chrome Extensionby harish.gargIn this article, I show how to use an AI auto-complete on any website in your browser using a GPT-3 powered Chrome Extension You can use this Chrome extension for autocomplete suggestions whenever you start writing on any website you visit. Some examples are writing emails, tweets, filling comment boxes, etc. Let’s see how to… Read more: Use GPT-3 on any website using this GPT-3 powered Chrome Extension
- Using GPT-3 in Google Docsby harish.gargUsing GPT-3 in Google Docs can make some of your writing tasks faster and easier. You can use GPT-3 in Google Docs to write content, rephrase already existing content, etc. Here is a step-wise guide on how to use GPT-3 in Google Docs Requirements for using GPT-3 in Google Docs First things first – you… Read more: Using GPT-3 in Google Docs
- Best Guide to Using chatGPT / GPT / GPT-3 in Google Sheetsby harish.gargUsing chatGPT / GPT / GPT-3 in Google Sheets can make some of your spreadsheets tasks faster and easier. Here is a step-wise guide on how to use chatGPT / GPT-3 in Google Sheets. Requirements for using chatGPT / GPT / GPT-3 in Google Sheets First things first – you need to have a Google… Read more: Best Guide to Using chatGPT / GPT / GPT-3 in Google Sheets
- Complete Guide to using DALL-E API in Pythonby harish.gargIn this article, we will see how to use and call OpenAI DALL-E API in Python. We will cover how to use Google Colab notebook to call DALL-E API in Python. We will demonstrate calling DALL-E API in Python for all its features, like new image generation, editing an image, and generating image variations. Let’s… Read more: Complete Guide to using DALL-E API in Python
- DALL-E API Hands-on guide with 5 practical code examplesby harish.gargOpenAI has made its text-to-image AI model DALL-E available via DALL-E API. App Developers can start using DALL-E API to integrate text-to-image functionality in their existing or new web or mobile applications. In this article, let’s take a look at how to call DALL-E API from your code. Getting access to DALL-E API In order… Read more: DALL-E API Hands-on guide with 5 practical code examples
- 10 amazing chatGPT / GPT-3 Alternatives that you can use todayby harish.gargHere are some chatGPT / GPT-3 Alternatives you can use today: chatGPT / GPT-3 alternatives available as hosted solutions AI21 Labs AI21 is an Israel-based AI company and research lab that has released its own GPT-3 like AI API. They have both free and paid plans available and allow individuals and companies to use their… Read more: 10 amazing chatGPT / GPT-3 Alternatives that you can use today
- Protecting against GPT-3 prompt injection attackby harish.gargGPT-3 prompt injection is a kind of attack against large language models like GPT-3. It impacts you if you are an app developer integrating GPT-3 API in your products. If you are not a GPT-3 app developer, this doesn’t impact you in any way even if you use GPT-3 day to day. Read on to… Read more: Protecting against GPT-3 prompt injection attack
- Easily Transcribe Youtube Videos with OpenAI Whisperby harish.gargIn this tutorial, we will see how to easily transcribe Youtube Videos with OpenAI Whisper. If you are new to OpenAI Whisper, check out this getting started guide. Transcribe Youtube Videos with OpenAI Whisper Requirements A Mac, Linux, or Windows Computer Python 3.x or higher installed A little knowledge of command line and how to… Read more: Easily Transcribe Youtube Videos with OpenAI Whisper
- How to control a browser with GPT-3by harish.gargIn this tutorial, we will see how to control a browser with GPT-3 using just text prompts. This article is inspired by this tweet thread and the credit for the code and method used in this tutorial goes to the author of the tweet thread. Control a browser with GPT-3 Requirements An OpenAI GPT-3 account… Read more: How to control a browser with GPT-3
- OpenAI Whisper: Best guide to getting started with speech to text AIby harish.gargOpenAI Whisper is a new Automatic Speech Recognization AI system. Whisper is created by OpenAI, the company behind GPT-3, Codex, DALL-E, etc. OpenAI Whisper can do automatic speech recognization and convert speech to text at high quality as well as can do very efficient non-English speech to English text with translation at very efficiently. Whisper’s… Read more: OpenAI Whisper: Best guide to getting started with speech to text AI
- Using Stable Diffusion in Figma for AI designby harish.gargStable Diffusion in Figma You need a Figma account and should be logged in You need a Audo.Studio account Get the Plugin from here
- 2 ways to Install and run Stable Diffusion locally on Windowsby harish.gargThis article will cover various ways to install and use Stable Diffusion locally on Windows. The best thing about Stable Diffusion, the free and open source text to-image AI model is that one can install and run it locally on own computer without being dependent on using another company’s online Application like with OpenAI DALL-E… Read more: 2 ways to Install and run Stable Diffusion locally on Windows
- Build an AI Text to image Web App using Stable Diffusion, NextJS, ReactJSby harish.gargIn this article, we will see how to Build an AI Text to image Web App using Stable Diffusion API. Stable Diffusion is an Open Source Text Image AI model. People have been creating all kinds of applications with it since its launch. Let’s see how to create a Stable Diffusion application using NextJS and… Read more: Build an AI Text to image Web App using Stable Diffusion, NextJS, ReactJS
- Installing and running Stable Diffusion Photoshop Pluginby harish.gargStable Diffsuion’s open-source release has led to amazing applications for text-to-image AI. And if you are a Photoshop user, now you can use Stable Diffusion right inside Photoshop to create images from text prompts. Here is how to install and run stable diffusion photoshop plugin Using Stable Diffusion Photoshop Plugin Stable Photoshop Plugin is created… Read more: Installing and running Stable Diffusion Photoshop Plugin
- Generating videos from text prompts using Stable Diffusionby harish.gargIn this article, methods for generating videos from text prompts using Stable Diffusion AI. Stable Diffusion lets you create amazing images from text prompts using AI. Let’s take this concept a bit further and generate videos from text prompts using Stable Diffusion. Use whichever way you are comfortable with and is suitable for your use… Read more: Generating videos from text prompts using Stable Diffusion
- Installer et utiliser Stable Diffusion sur iPhone et iPadby harish.gargStable Diffusion est le modèle d’IA de génération d’images Open Source le plus populaire de cette année jusqu’à présent. Il existe de nombreuses façons d’utiliser Stable Diffusion pour générer des images via des invites de texte. Jetons un coup d’œil à une application iOS que nous pouvons installer et utiliser sur iPhone/IPad pour générer des… Read more: Installer et utiliser Stable Diffusion sur iPhone et iPad
- Install and use Stable Diffusion on iPhone and iPadby harish.gargStable Diffusion is the most popular Open Source Image generation AI model of this year so far. There are a lot of different ways to use Stable Diffusion to generate images via text prompts, including using Stable Diffusion on iOS devices. You can now even use Stable Diffusion on iPhone and iPad Let’s take a… Read more: Install and use Stable Diffusion on iPhone and iPad
- Generating Images from Chinese Text prompts using PaddleHub ERNIE-ViLG AI modelby harish.gargWhile most of the popular AI image generation AI tools focus on English prompts, not many are in other languages. ERNIE-ViLG is AI text to image generation model that is trained specifically for Chinese text to image generation. ERNIE-ViLG is created by an organization called PaddlePaddle. Using ERNIE-ViLG to generate images from Chinese text online… Read more: Generating Images from Chinese Text prompts using PaddleHub ERNIE-ViLG AI model
- Fine tune Stable Diffusion on your images using Textual Inversionby harish.gargIn this article, we will see how to fine-tune text to image AI model, Stable Diffusion on our own images. Fine tuning with textual inversion can be achieved with as few as 3-5 image examples. We will cover two ways to do this in this article. Using Google Colab Notebooks to fine tune Stable Diffusion… Read more: Fine tune Stable Diffusion on your images using Textual Inversion
- Install and use Stable Diffusion on Android phones and tabletsby harish.gargStable Diffusion is an Open Source AI that can create Art and images from a text prompt and/or an input image. Let’s see some ways to use Stable Diffusion on Android devices. Steps to use Stable Diffusion on Android Devices using Pixelz app. Install Pixelz AI on your Android phone or tablet. Open the Pixelz… Read more: Install and use Stable Diffusion on Android phones and tablets
- # 1 guide to Install and run Stable Diffusion locally without a GPUby harish.gargTo install and run default Stable Diffusion locally, you require a GPU-equipped machine. But not a lot of consumer Computers have GPUs. In this article, we will see how to install and run Stable Diffusion locally without a GPU. Note that since Stable Diffusion is going to use the CPU to generate images, the speed… Read more: # 1 guide to Install and run Stable Diffusion locally without a GPU
- 3 ways to Install and run Stable Diffusion locally on your Mac (M1, M2)by harish.gargThis article will show how to install and use Stable Diffusion locally on your Mac in the easiest possible ways. Stable Diffusion has taken the AI-generated art and images domain by storm. And for good reasons. It’s Open Source, it’s free and anyone can use it the way they want it and wherever they want… Read more: 3 ways to Install and run Stable Diffusion locally on your Mac (M1, M2)
- Do not use these banned words in Dall-E promptsby harish.gargOpenAI doesn’t allow certain words to be used in the DALL-E prompts. It can lead to wasted prompts, that cost money to you or even lead to your Dall-E account getting suspended. Banned words in DALL-E This is not an exhaustive list and there might be others. Basically, just stay away from writing words in… Read more: Do not use these banned words in Dall-E prompts
- list of Stable Diffusion Appsby harish.gargStable Diffusion is a fascinating AI Art Generating tool. More so since it’s Open Source. There are numerous ways to use Stable Diffusion online or locally on your own machine. In this post, I provide a list of Stable Diffusion Apps Use Stable Diffusion online DreamStudio DreamStudio is the official Web application by Stability AI,… Read more: list of Stable Diffusion Apps
- No 1 Practical Guide to Stability AI DreamStudio API for Image generationby harish.gargThis is a guide on how to use DreamStudio API for Stable Diffusion Image generation AI in Python. Stability AI finally released its Image generation AI, Stable Diffusion in Open Source. Along with the code, they also launched a new consumer-facing product called DreamStudio DreamStudio is an OpenAI Dall-e like Image generation tool that you… Read more: No 1 Practical Guide to Stability AI DreamStudio API for Image generation
- Creative GPT-3 prompts that you can use today.by harish.gargGPT-3 from OpenAI is a powerful AI tool. However, to use it well, you must know how to phrase a prompt correctly. Prompt phrasing differs based on what you are trying to generate and also what GPT-3 engine you are using. It’s sometimes called prompt engineering. That’s what the 3rd party apps like Copy or… Read more: Creative GPT-3 prompts that you can use today.
- Guide to Meta OPT-175B – Free GPT-3 Alternativeby harish.gargOPT-175b is a large language model like GPT-3, created by Meta(Facebook). It’s available as free and open source – meaning you can run it on your own machines. Running OPT-175B in the browser You can run OPT-175N AI model without downloading or installing anything and it’s free. To use OPT-175B in the browser, Open https://opt.alpa.ai/… Read more: Guide to Meta OPT-175B – Free GPT-3 Alternative
- GPT-3 for Sales Tech: Practical Use casesby harish.gargIn this article, we’ll look at the business use cases for GPT-3 for Sales Tech. GPT-3 is a language model that is capable of predicting the next word or phrase, which could be useful for sales teams to help them close more deals. Or companies can convert these use cases into end products for their… Read more: GPT-3 for Sales Tech: Practical Use cases
- Best Tips for using GPT-3 to automate Customer Service Use casesby harish.gargIn this post, we’ll look at how to use GPT-3 to automate customer service or parts of it. What is GPT-3? GPT-3, or Generative Pre-trained Transformer 3, is the third in a series of language models created by OpenAI. It’s built on a transformer neural network architecture that was first proposed in 2017 and has… Read more: Best Tips for using GPT-3 to automate Customer Service Use cases
- 7 Exciting ways to use GPT-3 in the Education domainby harish.gargGPT-3 is the most powerful text generator AI in the world. Because of its ability to generate accurate, fluent, and coherent output, it’s opening up new ways to think about how AI can be used in all kinds of domains. In this article, we look at some interesting use cases for using GPT-3 in the… Read more: 7 Exciting ways to use GPT-3 in the Education domain
- Using GPT-3 to automate Human Resources tasks for fun and profitby harish.gargCan artificial intelligence help you with your Human Resources tasks? It could be possible. In this article, we’ll take a look at how one can use GPT-3 to automate Human Resources. Human Resources Departments have a lot of repetitive tasks. You know what it’s like in your HR department. You’ve got a lot of repetitive… Read more: Using GPT-3 to automate Human Resources tasks for fun and profit
- Generate Content Using Open Source BLOOM AI model: Complete guideby harish.gargBLOOM is a GPT-3 like Open Source AI model capable of generating content in 59 languages. BLOOM AI model was created by an Open Source Research group called Big Science. It has 176 Billion parameters. In most cases, the more parameters an AI model has, the more capable it is. BLOOM AI model is Open… Read more: Generate Content Using Open Source BLOOM AI model: Complete guide
- Ultimate Guide to OpenAI DALL-E, with demo and examplesby harish.gargDALL·E is a neural network(an Artificial Intelligence technology) that can generate images from text inputs in natural language. DALL-E is created by the AI company OpenAI, the creators of GPT-3. In fact, DALL·E is also a version of GPT-3 that is custom trained on text-image pairs. DALL-E 2 is version 2.0 of the AI model… Read more: Ultimate Guide to OpenAI DALL-E, with demo and examples
- OpenAI GPT-3 Fine tuning Guide, with examplesby harish.gargSometime back, OpenAI introduced the capability to train new fine-tuned models based on their GPT-3 API I have had the opportunity to train a few fine-tuned models of my own and for clients. This GPT-3 Fine tuning guide covers fine-tuning an OpenAI GPT-3 model in detail. It includes, What is GPT-3 fine tuning? GPT-3 Fine… Read more: OpenAI GPT-3 Fine tuning Guide, with examples
- How to call chatGPT / GPT-3 API in JavaScriptby harish.gargYou can try out chatGPT / GPT-3 without knowing anything about artificial intelligence or machine learning. In this article, I will show how to call chatGPT / GPT-3 API in JavaScript. The same technique can be used for Node.js server-side applications too. Create an account at OpenAI You’ll need to create an account at OpenAI.… Read more: How to call chatGPT / GPT-3 API in JavaScript
- How to call chatGPT / GPT-3 API in Python: Best guide for using GPT-3 in Pythonby harish.gargIn this article, I will show you how to call chatGPT / GPT-3 API in python. I will cover how to use it for text generation using python code. Get your OpenAI chatGPT / GPT-3 API key To get your OpenAI key, log in to your OpenAI account or create an account by entering your… Read more: How to call chatGPT / GPT-3 API in Python: Best guide for using GPT-3 in Python
- Interview with Stephen Campbell, GPT-3 App Builderby harish.gargI recently interviewed Stephen Campbell, Creator of VirtualGhostWriter.com. VirtualGhostWriter.com is a GPT-3 Powered App that lets you generate various kinds of “Copy” with just a simple prompt. What’s unique about this app is that it’s built using a No Code tool called Bubble. Interview Hi Stephen. Let’s start with some background. What is your backstory? I am Stephen… Read more: Interview with Stephen Campbell, GPT-3 App Builder
- Interview with Fernanda Graciolli, GPT-3 App Makerby harish.gargAs part of the GPT-3 App Maker Series for my GPT-3 Guide, I interviewed Fernanda Graciolli, a prolific Maker. Her recent creation is inspired.so, a GPT-3 Powered App that helps you come up with blog topics. How did you come up with the idea for Inspired? The idea for Inspired wasn’t terribly original. A few other tools… Read more: Interview with Fernanda Graciolli, GPT-3 App Maker
- Interview with Oras Al-Kubaisi, Founder of GPT-3 Powered Startupby harish.gargThis article is part of my series to interview Founders who have built/building products using OpenAI GPT-3 API. For this one, I interviewed, Oras Al-Kubaisi, Creator and Founder of Job Description ai. Job Description ai is a job description generator software that uses OpenAI GPT-3 API to generate high-quality professional job descriptions for businesses attracting the best… Read more: Interview with Oras Al-Kubaisi, Founder of GPT-3 Powered Startup
- How to implement the GPT-3’s Content filter in Node.js / JavaScriptby harish.gargThis article demonstrates a hands-on approach to how to implement GPT-3’s Content filter in Node.js or JavaScript Applications. OpenAI provides a content filter API that can be used to filter out unwanted content from the text generated through their AI models. In fact, OpenAI makes it mandatory to run every response through the content filter… Read more: How to implement the GPT-3’s Content filter in Node.js / JavaScript
- GPT-3 Resources – Articlesby harish.gargMust read GPT-3 related articles from various sources: GPT-3 could herald a new type of search engine The way we search online hasn’t changed in decades. A new idea from Google researchers could make it more like talking to a human expert link GPT-3 Design Article on GPT-3 Design link GPT-3 Launch Blog by OpenAI… Read more: GPT-3 Resources – Articles
- GPT-3 Open source code, libraries and examplesby harish.gargThis post lists various GPT-3 Open source code, libraries and examples that you can use freely in your GPT-3 projects. GPT-3 Open source code, libraries and examples GPT-3 Python Notebooks Example Code for using GPT-3 API link gpt3-instruct-sandbox Interactive Jupyter Notebook Environment for using the GPT-3 Instruct API link gpt3-sandbox The goal of this project… Read more: GPT-3 Open source code, libraries and examples
- People involved in GPT-3 Ecosystem: Interview with Bakz T Futureby harish.gargAs part of the interview series on GPT-3, I interviewed Bakz T. Future. Bakz is a YouTube Creator who has been doing really interesting experiments using GPT-3 API. He documents and shares them online through his Videos, and his Newsletter. Interview with Bakz T Future Let’s start with some background. Who are you and what is your… Read more: People involved in GPT-3 Ecosystem: Interview with Bakz T Future
- Best guide on how to build a product with OpenAI chatGPT / GPT-3 APIby harish.gargIn this article, I intend to help you get familiar with the process to build a product with OpenAI chatGPT / GPT-3. Apart from using OpenAI’s no-code Playground tool to generate text with GPT-3, one can also build a product with OpenAI GPT-3 API. However, before you spend a large amount of time building a… Read more: Best guide on how to build a product with OpenAI chatGPT / GPT-3 API
- Making calls to OpenAI chatGPT / GPT-3 API in PHPby harish.gargThis article walks you through with sampel code on how to call OpenAI chatGPT / GPT-3 API in PHP. It covers below topics: Install php package for openai set up environment variables import the php package call the gpt-3 api Let’s start. Install the php package for calling OpenAI API OpenAI has not relased an… Read more: Making calls to OpenAI chatGPT / GPT-3 API in PHP
- How to convert GPT-3 prompts into codeby harish.gargOpenAI provides a no code web based interface called Playground to interact with the GPT-3 API without writing any code. It enables you to prompt the GPT-3 API right in the browser. It’s good place to try and see how the GPT-3 API works and arrive at a good enough prompt that works for your… Read more: How to convert GPT-3 prompts into code
- Complete guide to building a successful GPT-3 React App using NextJSby harish.gargThis is a Step by Step, Practical Guide to building a GPT-3 React serverless App using NextJS & ReactJS. It can be extended to build it into a full-fledged SaaS application that uses GPT-3 API. It covers below topics: Requirements for GPT-3 React App Creating the NextJS App Installing Dependencies for GPT-3 React App Adding… Read more: Complete guide to building a successful GPT-3 React App using NextJS
- How to get access to OpenAI chatGPT / GPT-3 API?by harish.gargOpenAI has opened up its chatGPT / GPT-3 AI model for commercial and research uses. They have done it by the way of an API. Having OpenAI API access is necessary for doing any kind of work using OpenAI chatGPT / GPT-3. . Earlier it was by invitation and only a few people were invited.… Read more: How to get access to OpenAI chatGPT / GPT-3 API?
- Best guide to Inferkit with demo and examplesby harish.gargInferkit is an AI-based text generation tool. You can use it to generate text from a given text or a prompt. Inferkit was created by Adam Daniel King. It is meant to be used for fun and entertainment purposes. Inferkit also provides an API for developers to call from their apps. Using Inferkit demo The… Read more: Best guide to Inferkit with demo and examples
- Reasons not to use chatGPT / GPT-3 API in your productsby harish.gargIn this article, I list reasons not to use GPT-3 API in your products. The age of commercial AI, available as a cloud API is here. One can call an AI API, like any other Cloud service, and build products around it. One of the biggest players in this space is OpenAI. Founders are already… Read more: Reasons not to use chatGPT / GPT-3 API in your products
- Best Guide to OpenAI GPT-3 Playgroundby harish.gargOpenAI GPT-3 Playground is where you can try out the GPT-3 models without writing any code. You can try almost all of the GPT-3 features from the OpenAI GPT-3 playground. It’s a No Code tool without needing to know to program and without the need to call GPT-3 API in code. Let’s look at some… Read more: Best Guide to OpenAI GPT-3 Playground
- Seven DALL-E alternatives you can use today, with examplesby harish.gargDall-E is a neural network(an Artificial Intelligence technology) that can generate images from text inputs in natural language. If you are one of those people who don’t have access to DALL-E, you can check out some alternatives below. In this article, I cover below DALL-E alternatives. DALL-E Mini Use Dall-E Mini from HuggingFace Website Use DALL-E… Read more: Seven DALL-E alternatives you can use today, with examples
- Generating Awesome Origami images using DALL-E 2 promptsby harish.gargIn this article, I demonstrate generating Origami images using DALL-E. Since I got my DALL·E 2 invite from OpenAI, I have been looking for ideas for prompts to try it out. So this Hacker News post caught my eye where the author tried generating origami images using Dall-e mini (the open source image generation AI tool) Here… Read more: Generating Awesome Origami images using DALL-E 2 prompts
- Best Beginners guide to OpenAI Codex, with 5 practical examplesby harish.gargOpenAI Codex is a new GPT-3 AI version that can convert plain English into runnable programming code. For example, Suppose when I input this prompt to OpenAI Codex in the OpenAI GPT-3 Playground, it gives me the output of the code below the prompt. Prompt: # Create a Python dictionary of 6 countries and their… Read more: Best Beginners guide to OpenAI Codex, with 5 practical examples
- OpenAI API / GPT-3/ chatGPT is not available in your country? Do this instead!by harish.gargYou have heard all about chatGPT / GPT-3, you are looking forward to using it. You try to create an account on OpenAI website and you get an error message saying chatGPT / GPT-3 is not available in your country. You find out your country of residence is not supported by OpenAI for chatGPT /… Read more: OpenAI API / GPT-3/ chatGPT is not available in your country? Do this instead!