We will talk about GTP-Neo, an OpenSource AI Content Generator alternative to GPT-3. This will be accessed using HuggingFace Transformers and Python. GPT — in full, Generative Pre-trained transformers. This model uses an Internet data set to train a neural network to generate text based on inputs. OpenAI developed GPT, which can be used via...
Category: Programming
OpenAI Codex API: For Python Code Generation
This tutorial is mainly based on exploring OpenAI codex API. We will be using it to generate python code from a natural language. A paid API allows users to view and use OpenAI’s trained Artificial Intelligence (AI) models. AI computations can now be performed by a wider audience, which includes those who lack the data...
AI Content Generator; with Python Flask and OpenAI
This article is mainly about creating an AI content generator using the OpenAI API established on GPT-3 to come up with content for these use cases: Produce a description of your products Generating tweets from job descriptions Cold emails Social media adverts (eg. Facebook Ads) Business idea pitch Youtube video ideas Youtube video description The...
Classifying Tweets: API V2, OpenAI API, and Python
In this article, we will develop an application for Classifying Tweets obtained from the Twitter V2 API using the OpenAI classification API. We will merge two things: OpenAI API for AI functions to do the classification. The Twitter API V2 to search for the tweets we are going to classify. This lesson includes a YouTube...
Developing an AI Blog Writer
This article is about developing an AI Blog Writer Machine using OpenAI API, GPT-3 AI and Python. We will continue with our previous tutorial on OpenAI and develop an AI copyright machine for us. This tool will help us write blogs with the help of GPT-3 AI. We will focus on the following topics: Utilizing...
Building AI Application: with OpenAI API
The purpose of this tutorial is mainly based on building an AI Application using the OpenAI API. This tutorial does not consume a lot of time, it usually take minutes to complete. No AI programming, models or mathematical knowledge needed to completed this tutorial. In the old days, OpenAI had a vetting and approval process,...
Twitter API V2: For Programming
This tutorial is mainly based on programming using Twitter API V2 and Tweepy Python Libraries. The V2 might be a good upgrade for your if you have been programming with Twitter for a while. Twitter suggests that apps move to V2 and new apps to use V2 right from the start. I will not focus...
SaaS Application: Create a SaaS App Using Django
This article is mainly based on my story on how I created a Complete SaaS Application in Python and Django. “I”, yes you heard right, I am a solo-developer. It took 2 months to complete this project. The beginning of it all I am a Software Developer during the day, a YouTube teacher and a...
Building an Online Invoice Application : Part 3
Finally we have reached our last chapter on Building an online invoice app using Bootstrap5. If you have not been following, read the previous 2 articles. This whole series is mainly based on building an online invoice generator. Directly from the web app, users can create invoices in pdf format and send emails. Github Page...
Invoicing App (Part 2)
This is a part 2 of our tutorial series on Building an invoicing app. We are discussing how to use Python, Django, and Bootstrap5 to build an invoicing app from the ground up. Find part 1 here: Building an Invoicing Application. Part 2 source code is available on GitHub: Invoicing Django App Part 2 YouTube full...


