-
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.…
-
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.
-
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.
-
Summarize Slack Audio Messages with Machine Learning
Summarize Slack Audio Messages with Machine Learning. Convert audio conversations into written notes.
-
Level Up Your Note-Taking Game using Artificial Intelligence
Auto Summarize Lectures using Python. I will show you how to convert lecture video/ audio recording into summarized written transcriptions
-
Hey AI — Tell Me a Quote About Rainbow
Artificial Intelligence Quote Generator with Python. Hands-on Project. Speech Recognition and Text to Speech.
-
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.