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...
Category: Tutorials
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...
Django Image Gallery Website
In this tutorial, we are going to be Building a Django Image Gallery Website. This will accept a user-submitted picture, and then host it online. You must be wondering why one would want to to have an image gallery website, so I have listed few reasons: You can easily share images with anyone. Having an...
Lean start-up Methodology: get your MVP ready
In this blog we will discuss lean start-up methodology. An excessive number of businesses start with an intention of creating a product that they assume is essential to people. In the end, they spend a lot of time refining the product without showing the potential customer how the product looks like so far, even if...
Create a Learner Management System using Chamilo and Digital Ocean
I have received numerous enquiries in the past on how to create a learner management system LMS from scratch. The short answer is — with great difficulty and considerable programming, networking and development skills. Creating a LMS requires complex user management, authentication and profile management, database management and much more. Let us just say, it is not...
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...