Tag: Python
-
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.View post to subscribe to site newsletter.
-
Generate Automated Feedback of Product Review Videos using Python
How to convert a product review video into automated product feedback using programming. We will use the power of machine learning and some python libraries.View post to subscribe to site newsletter.
-
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.
-
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.
-
Building a Speech Emotion Recognizer using Python
Step-by-step guide to speech emotion recognition with MLP artificial neural network.