-
Turn Your Photos into Artistic Sketches with Code

Simple Computer Vision Programming Project. How to convert your photos into hand-drawn art pieces using python code. Artificial Intelligence, and OpenCV(Computer Vision Library) in hands-on python projects.
-
Building a Digital Clock with Python

Design a simple python application using the Tkinter package In this post, I will show you how to build and design your digital clock window using python. This is a simple project to get started with Tkinter, which is a built-in package that comes with Python. Tkinter is basically a graphical user interface package. It…
-
Rendering Text on Video using Python

Hands-on machine learning exercise using moviePy library In this post, I will show you how to add text to your videos using Python. It may sound very difficult at first glance, but trust me it’s much easier than you think, and also it’s cool. This will be a simple exercise where we will be able…
-
Speech Recognition in Python— The Complete Beginner’s Guide

Simple and hands-on walkthrough Read this story on Medium for Free Welcome to The Complete Beginner’s Guide to Speech Recognition in Python. In this post, I will walk you through some great hands-on exercises that will help you to have some understanding of speech recognition and use of machine learning. Speech recognition helps us to save…
-
Global Spread of Coronavirus | Data Visualization

In this post, I would like to show you how to create an interactive map plot using the Coronavirus cases data. As the numbers started to rise again, I wanted to create a global world map to see how the spreading continues across the world. I found a great data on Kaggle with the global…
-
The Beginner’s Guide – Building Interactive Maps in Python

Simple and hands-on practice using Climate Data In this post, I would like to show you how to create interactive climate maps using the Historical Climate Data, where you can visualize, examine, and explore the data. Data visualization plays an important role in representing data. Creating visualizations helps to present your analysis in an easier form…
-
Python for Finance – The Complete Beginner’s Guide

Simple and interactive walk-through using Amazon Stock Data Ready this Article on Medium for Free Are you interested in developing your finance skills using some programming? Then you are at the right place. In this post, I will walk you through some great hands-on exercises that will help you to have some understanding on how…
-
The 5 High Demanding Data Science Roles

That you should know about… In this post, I would like to share the top five data science careers that are in high demand these days. Data Science field is growing so fast that it’s getting harder to keep track of the new updates and features. Even though new tools and new methods are getting…
-
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…
-
5 Free Machine Learning E-Book Resources

In this post, I will share five free machine learning e-book resources with you. It will be a short and simple post. I will introduce you to each resource by giving some basic information about them. I tried to find resources with online access so that anyone from anywhere can have free access to them.…
-
Simple Face Detection in Python

In this post, I will show you how to build a simple face detector using Python. Building a program that detects faces is a very nice project to get started with computer vision. In a previous post, I showed how to recognize text in an image, it is a great way to practice python in…
-
Convert Text to Speech in 5 Lines of Code

In this post, I will show you how to convert text to speech using Python. This will be a simple machine learning project that we will understand some basics of speech library called pyttsx3. If you are wondering where can we use text to speech conversion in real life, don’t worry you are not alone.…
-
One year later

the question is to write or not to write Well, I am excited to be back! I got a little maybe a long 🙂 break from writing and publishing online- it wasn’t a decision but more like going with the flow moment. With the AI distraction: I as a writer slowly started to feel less and…
-
Real v Fake: In the Age of AI

The rise of AI has led to a proliferation of fake content that can be used to manipulate people and spread misinformation. One of the most concerning examples is deepfake videos, which use AI algorithms to manipulate images and videos to create hyper-realistic simulations of people doing or saying things they never actually did.
-
The Rise of AI-Powered Speech-to-Text Technology

Understanding the Potential of Speech Recognition with Real-Life Applications. Speech recognition technology has come a long way in recent years, thanks to machine learning and artificial intelligence advances.
-
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…
-
To new adventures in life

One year at a time… A new adventure beckons A chance to start anewTo leave the past behind usAnd venture into something new The future is unknown But that’s what makes it delightful The excitement of the unknown It is what makes it all worth living So let’s embrace the change That comes our way Let’s be open to new things And make…
-
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…
-
10 Best Email Marketing Tools Every Entrepreneur Should Know

Email marketing is one of the most effective ways to reach customers and promote your business. It allows you to communicate with clients in a personalized way and helps you stay in touch with customers regularly. For example, when sending newsletters to customers, email marketing allows you to include information such as personal information, previous…
-
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.
-
Generate Automated Feedback of Product Review Videos using Python

How to convert a product review video into automated product feedback using programming. We will use the power of machine learning and some python libraries.View post to subscribe to site newsletter.
