Mike Vincentmike-vincent.hashnode.dev·Dec 16, 2024How Machines Hear and Understand UsEver wondered how machines "listen" to us? Not just the familiar “Hey Siri” or “OK Google,” but real listening—turning spoken words into text, summarizing conversations, or translating languages in real time. Speech-to-text technologyis transforming ...AI
Ronnie Leonadeptschneiderthedev.hashnode.dev·Dec 31, 2023Fine-tuning XLS-R Wav2Vec2 model for Swahili Automatic Speech RecognitionUnderstanding Wav2Vec2 Wav2Vec2 is a pre-trained model for Automatic Speech Recognition (ASR) and was released in September 2020 by Alexei Baevski, Michael Auli, and Alex Conneau. Soon after the superior performance of Wav2Vec2 was demonstrated on on...1 like·209 readsWav2Vec2
GeekyAntsforGeekyAnts Tech Blogtechblog.geekyants.com·Nov 5, 2023How to Build a Basic Speech Recognition Network with Tensorflow (Demo Video Included)Introduction This tutorial will show you how to build a basic speech recognition network that recognizes simple speech commands. Speech recognition is a subfield of computer science and linguistics that identifies spoken words and converts them into ...39 readsspeech to text
Richard Thompsonrichardmthompson.hashnode.dev·Oct 18, 2023Searching for a Python-based Speech Recognition Engine (for CPU Inference)To give my Ai learning a context to ground into, I'm writing a funny little app I've called VoxPlan (in Python) which allows you to organise goals and tasks in a hierarchical tree and display them in an interactive GUI. I'm very interested in explori...34 readsautomatic-speech-recognition