Prachi Jamdadecodessprachi.hashnode.dev·Dec 5, 2024YouTube Transcriptions using OpenAI's Whisper & PythonIn this blog, we’ll dive into a cool project where we’ll transform YouTube videos into text using OpenAI's Whisper model. Whether you’re a student trying to summarize a lecture, or a creator looking to add subtitles to your videos, this guide has got...DiscussAI
NarcisseforJigsawStack Blogblog.jigsawstack.com·Nov 26, 2024JigsawStack vs Groq vs AssemblyAI vs OpenAI Speech-to-Text Benchmark ComparisonSpeech-to-text technology is reshaping how we build and interact with apps, automate processes, and capture insights on the go. For startups and developers, choosing the right solution can significantly impact product outcomes and scaling costs. This...Discussvoice assistants
Aakashi Jaiswalaakashi.hashnode.dev·Sep 20, 2024Neural Networks Redefining MindsGlimpse of my day I woke up at 6:05 a.m. Made a tweet of “Rise and shine”. In the morning, I listened to a podcast of Ishan Sharma & Harkirat Singh, they discussed how they made lakhs per month from Upwork freelancing website and the weightage of sol...Discuss·1 likeneural networks
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 16, 2024How to Create a Voice-Controlled Web App Using JavaScript and Web Speech APIVoice-controlled applications are rapidly becoming an essential part of modern user interfaces. From smart assistants like Alexa to voice commands in mobile apps, interacting with technology via voice is no longer a futuristic idea — it’s here and no...Discuss·256 readsweb speech api
Prince Larbipkwolffe.hashnode.dev·Aug 21, 2024Implementing Speech-to-Text: A Quick GuideA few weeks back, I got a request from a student at UG Legon who needed help with their project. They were having issues with integrating speech-to-text into their workflow using GhanaNLP API, and the Automatic Speech Recognition just wasn’t cutting ...Discuss·10 likes·46 readsAssembly AI
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 13, 2024How to Convert Voice to Text: A Comprehensive GuideIn today's digital world, converting voice into text has become an essential task for various applications, from transcription services to voice-controlled applications. Whether you're building a voice assistant or simply transcribing audio recording...Discuss·21 likes·29 readsPythonpyaudio
Kevin Loggenbergblog.thecodesmith.co.za·Jul 14, 2024Enhancing Speech-to-Text Capabilities Locally with OpenAI's WhisperHave you ever worked on a project, thinking that adding speech-to-text functionality would make it truly extraordinary, only to be disappointed by outdated solutions that require you to constantly repeat yourself? With OpenAI's Whisper, you can lev...DiscussPyhton
Salilesh Vermasalileshverma.hashnode.dev·Jun 13, 2024Understanding Neural Networks: A Beginner's GuideWhat is Neural Network A neural network, or artificial neural network, is a type of computing architecture that is based on a model of how a human brain functions — hence the name "Neural." Neural networks are made up of a collection of processing un...Discuss·12 likes·61 readsneural networks
Spheron NetworkforSpheron's Blogblog.spheron.network·Jun 9, 2024Building an End-to-End Speech Recognition Model: A TutorialSpeech is such a fundamental and natural form of communication that speech recognition is one of the most exciting and essential applications of AI. A significant reason for this is that speech-activated applications offer a natural and intuitive exp...Discuss·81 readsSpeech Recognition
Muhammad Usman Tariqusmandevsimplified.hashnode.dev·Jun 9, 2024Voice Search Integration in React: A Complete TutorialThis blog post offers a step-by-step guide to adding voice search functionality to React applications using the Web Speech API. It explains how to set up a new React app, install the required dependencies, create a VoiceSearch component with the reac...Discuss·1 like·43 readsinteractive-web