Tag: Data Science
-
Building a Simple Web Application using AWS
Are you new to AWS? — This tutorial is designed for YOU. Welcome to step-by-step guide to building a web application using AWS In this article, I will show you how to build a simple web application on AWS. First, we will create a static web application that displays “Hello World.” Then, we will discover how to incorporate…
-
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
-
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.
-
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.
-
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…