Tag: coding
-
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.
-
Rendering Responsive Text on Video using Python

In this post, I will show you how to render responsive text on video using Python. We will use the OpenCV python package for the whole project. This may sound a little difficult to do with just OpenCV, which is a computer vision package, but in this project, you will see that it is also good…
-
Building a Speech Emotion Recognizer using Python

Step-by-step guide to speech emotion recognition with MLP artificial neural network.
-
5 Noteworthy Machine Learning Online Courses For Everyone

Enhance your programming journey with these well-prepared machine learning courses The world of artificial intelligence and machine learning is rapidly developing. And, coupled with development, there is an increase in supply and significance. Trying to work on the growth of digital projects that can obtain information and execute routine tasks through guesses and incidences, Machine Learning uses…
-
Speech Recognition using IBM Speech-to-Text API

Extract conversations easily from an audio recording with Python. IBM’s Speech to Text API to recognize speech from an audio recording file.
-
Building a Photo Translator using Python and Google Translator API

Combining Text Recognition with Google Translator in a Single Machine Learning Project
-
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…
-
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,…
-
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…