Tag: Machine Learning
-
Hands-on Projects to Start Your Journey with Amazon Web Services
Simple & easy to implement AWS projects for your portfolio. Introduction to Amazon Web Services and 5 simple and hands-on projects that you can work on to get started.
-
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.
-
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.
-
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…
-
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
-
Edit Your Old Photos with Machine Learning – Computational Photography
Image Noise Reduction with one of the most powerful noise reduction algorithm In this article, I will show you how to reduce the noise in your photos using Python programming language. This process is known as Image Noise Reduction. As you may know that the term ‘noise’ is not used only in sound. Noise is…