Tag: Artificial Intelligence
-
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.
-
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…
-
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.
-
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