Send API Requests Asynchronously in Python

Sending HTTP API requests in Python is simple. We can just use the requests library like we do in so many examples such as when we built our AI Content Moderation System, explored NLP libraries in Python, and Summarized November 2021 in Headlines. What if we could do it faster though? Using asyncio and aiohttp,Continue reading “Send API Requests Asynchronously in Python”

Build a Simple Recurrent Neural Network with Keras

Earlier on this blog, we went over How to Build a Recurrent Neural Network from Scratch, How to Build a Neural Network from Scratch in Python 3, and How to Build a Neural Network with Sci-Kit Learn. As a continuation in the Neural Network series, this post is going to go over how to buildContinue reading “Build a Simple Recurrent Neural Network with Keras”

How to Build an AI Content Moderation System

The media machine feeds on our attention. It constantly pokes and prods and finds ways to provoke, shock, or entice. At the same time, we’re no less sensitive to graphic content than we were before. Artificial Intelligence (AI) can be a force for good or a force for evil. It’s important to remember, it’s notContinue reading “How to Build an AI Content Moderation System”

Create Your Own AI Content Moderator – Part 3

As content on the web increases, content moderation becomes more and more important to protect sensitive groups such as children and people who have suffered from trauma. We’re going to learn how to create your own AI content moderator using Python, Selenium, Beautiful Soup 4, and The Text API. Our AI content moderator will beContinue reading “Create Your Own AI Content Moderator – Part 3”

Create Your Own AI Content Moderator – Part 2

As content on the web increases, content moderation becomes more and more important to protect sensitive groups such as children and people who have suffered from trauma. We’re going to learn how to create your own AI content moderator using Python, Selenium, Beautiful Soup 4, and The Text API. Our AI content moderator will beContinue reading “Create Your Own AI Content Moderator – Part 2”

Create Your Own AI Content Moderator – Part 1

As content on the web increases, content moderation becomes more and more important to protect sensitive groups such as children and people who have suffered from trauma. We’re going to learn how to create your own AI content moderator using Python, Selenium, Beautiful Soup 4, and The Text API. Our AI content moderator will beContinue reading “Create Your Own AI Content Moderator – Part 1”

Level 2 Python: Texas Hold Em

Level 2 Python projects are projects meant for those who have a grasp on the basics of Python already. If you are familiar with most of the Super Simple Python projects and can do each of them in under 30 minutes, you’re ready to go. The goal of the Level 2 Python projects is toContinue reading “Level 2 Python: Texas Hold Em”

Learning PyQT and Building a High Low Guessing Game

Many of my followers or members of my Discord have asked me to do a tutorial on PyQT5. This is actually a tutorial on PyQT6. I figured I might as well show y’all the latest version if I’m going to learn a library. In this post we’re going to learn some PyQT and build aContinue reading “Learning PyQT and Building a High Low Guessing Game”

Level 2 Python: Creating Your Own Quiz

Welcome to the first Level 2 Python post!  Level 2 Python projects are projects meant for those who have a grasp on the basics of Python already. If you are familiar with most of the Super Simple Python projects and can do each of them in under 30 minutes, you’re ready to go. The goalContinue reading “Level 2 Python: Creating Your Own Quiz”