Category: Programming
-
5 Top Artificial Intelligence Frameworks for 2021
Artificial Intelligence is the future of the field of computing. And more and more programmers are getting acquainted with this science, seeing the increasing need for Artificial Intelligence technologies. I hope this guide will help you to get inspired and start learning more about this growing field. Here are some statistics: (Reference: https://www.statista.com) Service segment revenue of…
-
Building a ChatBot in Python – Beginner’s Guide
Create your first artificial intelligence chatbot from scratch In this article, I will show you how to build a simple chatbot using python programming language. We will not use any external chatbot packages. The whole project will be written with plain Python. This is a great way to understand how chatbots actually work. Learning the…
-
Python for Art – Blending Two Images using OpenCV
In this article, I will show you how create nice looking custom designs using Python. There are many designing tools out there, but in this project our goal is to create a beautiful design without using those softwares. After working on this project, you will also have an idea on how to work with OpenCV…
-
Building an Audio Downloader using Python
In this post, I will show you how to build a program that can download the audio file of a YouTube video. This will be a very simple project to get started with Python. Things you can do with Python is infinite, and that what makes Python a very powerful programming language. In my posts,…
-
How To Build and Improve Your Scikit-learn Classifier
Hands-on tutorial to get started with deep learning using Sci-kit learn In this post, I will introduce you to a machine learning method called Supervised Learning. And I will show you how to build a kNN Classifier model using Sci-kit learn. This will be a hands-on walkthrough where we will be able to learn while practicing…
-
Simple Edge Detection Model using Python
How machines uses edge detection to understand the real world In this post, I will show you how to detect the edges in an image. Writing an edge detection program will give you some understanding of computer vision and self driving cars. Edge detection is commonly used to understand objects in an image. It also…
-
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…
-
Building a Movie Recommender using Python
Simple and hands-on machine learning project using sci-kit learn In this post, I will show you how to build a movie recommender program using Python. This will be a simple project where we will be able to see how machine learning can be used in our daily life. If you check my other articles, you…
-
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…