Month: November 2022

  • Guide to Deploying Stable Diffusion API

    Guide to Deploying Stable Diffusion API

    Stable 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…

    Continue reading

  • Best Guide to using GPT-3 in Gmail

    Best Guide to using GPT-3 in Gmail

    In 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…

    Continue reading

  • 6 Best AI tools for Researchers

    In 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…

    Continue reading

  • Beginners Guide to Flan-T5

    Beginners Guide to Flan-T5

    Flan-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…

    Continue reading

  • Use GPT-3 on any website using this GPT-3 powered Chrome Extension

    Use GPT-3 on any website using this GPT-3 powered Chrome Extension

    In 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…

    Continue reading

  • Using GPT-3 in Google Docs

    Using GPT-3 in Google Docs

    Using 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…

    Continue reading

  • Best Guide to Using chatGPT / GPT / GPT-3 in Google Sheets

    Best Guide to Using chatGPT / GPT / GPT-3 in Google Sheets

    Using 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…

    Continue reading

  • Complete Guide to using DALL-E API in Python

    Complete Guide to using DALL-E API in Python

    In 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…

    Continue reading

  • DALL-E API Hands-on guide with 5 practical code examples

    DALL-E API Hands-on guide with 5 practical code examples

    OpenAI 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…

    Continue reading