Tag: blog
-
Discover the Power of AI: A Guide to the Best AI Playgrounds
Get Your Hands Dirty with These Artificial Intelligence Playgrounds In this article, I will walk you through some of the best AI playgrounds available online, discuss what they offer, and then share some useful areas where we can use them. Artificial Intelligence is a rapidly growing field changing how we live, work, and interact with…
-
Building a Simple Web Application using AWS
Are you new to AWS? — This tutorial is designed for YOU. Welcome to step-by-step guide to building a web application using AWS In this article, I will show you how to build a simple web application on AWS. First, we will create a static web application that displays “Hello World.” Then, we will discover how to incorporate…
-
A Step-by-Step Guide to Creating a Content Safety Detection Bot for Discord
In this article, we will learn how to program a Discord bot that can moderate the channel’s content for us. Content moderation is essential for public spaces where different kinds of people are connecting.View post to subscribe to site newsletter.
-
Turn Your Voice Memos into Written Notes using Python
How to convert audio notes into text documents. A Machine Learning Project. Speech to Text using Python.
-
Python for Art – Fast Neural Style Transfer using TensorFlow 2
Fast Neural Style Transfer using TensorFlow. Stylize your photos in milliseconds with neural network.
-
5 Top Frameworks for Blockchain Application Development
Top five blockchain frameworks with their essential features. Blockchain is the future of the field of cybersecurity. Hyperledger, Ethereum, Multichain, Corda, Quorum.
-
Enhance Your Images using OpenCV Noise Reduction Algorithm
Image Noise Reduction in 3 Steps using Python In this article, I will show you how to do noise reduction in 3 simple steps. We will be using a machine learning trained noise reduction model. It is one of the best noise reduction models I’ve found out there. I will share more about the model…
-
Sorting and Subsetting in Python
Hands-on Data Analysis using Pandas Library In this post, we will learn some powerful data analysis techniques using Pandas library. Exploring the dataset is the first key step in data analysis. To have a better understanding of the data there are couple ways to do it. Today, we will cover the two simplest and most…
-
Data Cleaning in Python using Regular Expressions
Using string manipulation to clean strings In this post, we will go over some Regex (Regular Expression) techniques that you can use in your data cleaning process. Regex techniques are mostly used while string manipulating. We will get to that in a second. Data Science is more about understanding the data, and data cleaning is…