Category: Artificial Intelligence
-
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…
-
5 Top Artificial Intelligence Frameworks for 2021
Artificial Intelligence is the future of the field of computing. And more and more programmers are getting acquainted with this science, seeing the increasing need for Artificial Intelligence technologies. I hope this guide will help you to get inspired and start learning more about this growing field. Here are some statistics: (Reference: https://www.statista.com) Service segment revenue of…
-
Building a ChatBot in Python – Beginner’s Guide
Create your first artificial intelligence chatbot from scratch In this article, I will show you how to build a simple chatbot using python programming language. We will not use any external chatbot packages. The whole project will be written with plain Python. This is a great way to understand how chatbots actually work. Learning the…