Category: Machine Learning
-
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.
-
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
-
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.
-
7 Applications of Machine Learning in Healthcare
Machine learning is transforming patient care strategies and has a fundamental role in health systems. The most commonly known techniques for healthcare in deep learning are natural language processing, computer vision, and reinforcement 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.
-
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.