How To Convert Voice To Text Using JavaScript
This article shows how Real-Time Speech Recognition from a microphone recording can be integrated into your JavaScript application in only a few lines of code.
Browse guided tutorials on NLP, Machine Learning, AI, Deep Learning, coding, and related topics.
Tutorials
This article shows how Real-Time Speech Recognition from a microphone recording can be integrated into your JavaScript application in only a few lines of code.
Tutorials
What is Differentiable Programming, and how is it different from Deep Learning? Check out this introduction to learn everything you need to know!
Videos
Learn how to build a Python app that lets you study faster by automatically summarizing lectures!
Tutorials
Learn how to use AssemblyAI's Speech-to-Text API to get accurate transcriptions during a Twilio call
Tutorials
Want to learn how to use Kaldi for Speech Recognition? Check out this simple tutorial to start transcribing audio in minutes.
Videos
In this Deep Learning tutorial, we learn about the Backpropagation algorithm for neural networks.
Videos
In this video, we learn how to use Jupyter notebooks, how to perform basic actions, what each indicator means, and some extra tips and tricks.
Tutorials
The complete guide to understanding and implementing Variational Autoencoders with Keras
Videos
In this video, we will learn why GPT-3 is so unique and how it manages to help bring in a new wave of excitement for AI.
Videos
In this PyTorch tutorial, we learn how to get started with Torchaudio and work with audio data.
Videos
In this video, we learn to build a streamlit app to summarize podcast episodes with the AssemblyAI Speech-to-Text API.
Videos
In this video, we make a web app that does Sentiment Analysis on earnings calls of companies using the AssemblyAI Speech-to-Text API.
Tutorials
The ultimate PyTorch Lightning tutorial. Learn how it compares with vanilla PyTorch, and how to build and train models with PyTorch Lightning.
Videos
In this tutorial, you will learn how to do automatic chapter detection using the AssemblyAI API in an easy-to-follow tutorial.
Tutorials
In this video, we show you how you can integrate AssemblyAI into an application in just 5 minutes!
Tutorials
Thanks to AssemblyAI’s real-time Speech-to-Text, it is very simple to set up a python script to perform real-time Speech Recognition.
Tutorials
In this video, we will learn about Batch Normalization. Batch Normalization is a secret weapon that has the power to solve many problems at once. It is a great tool to deal with the unstable gradients problem, helps deal with overfitting, and might even make your models train faster.
Tutorials
Let's build an interactive web app that can transcribe YouTube videos in minutes! Streamlit is a great Python library that makes web development a piece of cake. And on top of Streamlit's powerful framework we will plug in Assembly AI's easy-to-use API to quickly upload and transcribe audio files.
Tutorials
What is DeepSpeech and how does it work? This post shows basic examples of how to use DeepSpeech for asynchronous and real time transcription.
Tutorials
Since the industry wide adoption of deep learning technology, the ability of AI to recognize speech has dramatically increased. Today, AI transcription technology is on the same level of accuracy as human transcription. At least, that’s the case with human speech. We were curious how well AI can recognize
Tutorials
Recent advances in deep learning technology have made speech recognition available to developers at large. Here, we go over how to convert an MP3 file to text with AssemblyAI's Speech-to-Text API.
Tutorials
A complete tutorial on speech recognition with Python. Compare results from popular libraries like wav2letter, SpeechRecognition, and DeepSpeech, as well as popular cloud APIs.
Tutorials
Can the frequency of negative news in popular news podcasts like The Daily and Up First predict Stock Market performance? We do the analysis in this blog post!
Tutorials
How to use AssemblyAI's MP4 to text API to generate a subtitle file for your Mux video. Learn how to upload SRT and VTT subtitle files to Mux using the AssemblyAI API and Mux API.
Tutorials
Learn how to do real time streaming Speech-to-Text conversion in Python using the AssemblyAI Speech-to-Text API.