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...
Tag: python
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...
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...
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...
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...
Building an Invoicing Application
Like many of my tutorials, it features a follow-along youtube video (how to create an invoicing app with Django). The video shows step-by-step how to write the code. There is also a GitHub repository of the code ( Django invoicing application source code). Because of the complexity of this tutorial, I decides to break it into...
Automating Instagram Posts with Python and Instagram Graph API
In this tutorial we will learn about automating instagram posts with python and instagram graph API. Yes, you can now schedule your instagram posts programatically without relying on limiting and expensive apps like Hootsuite and Later. You can create your own code to post to instagram up to 25 posts a day using the Instagram...
Automate Instagram with Python and Instapy on Ubuntu Server
In this article we are going to discuss how you can automate your Instagram with Python and Instapy. Following from the previous tutorial on automating twitter with python – we are going to do something similar with available libraries for Instagram. What we will cover in this tutorial: Set up development environment – specifically for...
Deploy Django App Digitalocean Ubuntu 20.04 Server
In this article we are going to conclude our Django series. We will deploy Django app to digitalocean droplet, ubuntu 20.04 server. If you have been following along, you should be set up for a successful deployment. We will be working with a Digitalocean ubuntu 20.04 server, that only cost us $5 when we purchased...
Digital Marketing with Twitter and Python for Django Web App
In this article, I will show you how to do digital marketing with twitter and python for our Django web application. We are building a Django web application for posting jobs from different companies online. Users will be able to search for jobs directly from our platform, and apply for available jobs. At this stage...