Category: Text AI

  • Generate Content Using Open Source BLOOM AI model: Complete guide

    Generate Content Using Open Source BLOOM AI model: Complete guide

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

    Continue reading

  • OpenAI GPT-3 Fine tuning Guide, with examples

    OpenAI GPT-3 Fine tuning Guide, with examples

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

    Continue reading

  • How to call chatGPT / GPT-3 API in JavaScript

    How to call chatGPT / GPT-3 API in JavaScript

    You 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.…

    Continue reading

  • How to call chatGPT / GPT-3 API in Python: Best guide for using GPT-3 in Python

    How to call chatGPT / GPT-3 API in Python: Best guide for using GPT-3 in Python

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

    Continue reading

  • Interview with Stephen Campbell, GPT-3 App Builder

    Interview with Stephen Campbell, GPT-3 App Builder

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

    Continue reading

  • Interview with Fernanda Graciolli, GPT-3 App Maker

    Interview with Fernanda Graciolli, GPT-3 App Maker

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

    Continue reading

  • Interview with Oras Al-Kubaisi, Founder of GPT-3 Powered Startup

    Interview with Oras Al-Kubaisi, Founder of GPT-3 Powered Startup

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

    Continue reading

  • How to implement the GPT-3’s Content filter in Node.js / JavaScript

    How to implement the GPT-3’s Content filter in Node.js / JavaScript

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

    Continue reading

  • GPT-3 Resources – Articles

    GPT-3 Resources – Articles

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

    Continue reading

  • GPT-3 Open source code, libraries and examples

    GPT-3 Open source code, libraries and examples

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

    Continue reading