VoiceScribe
VoiceScribe RealTime Speech To Text App Built with Google AI Studio Live app: voice-scribe.netlify.app What it does VoiceScribe is a realtime speech to text web app that supports 20 languages. You ...

Source: DEV Community
VoiceScribe RealTime Speech To Text App Built with Google AI Studio Live app: voice-scribe.netlify.app What it does VoiceScribe is a realtime speech to text web app that supports 20 languages. You speak, it writes. Then you copy or share the text. It works on all browsers Chrome, Firefox, Safari, Edge, and mobile browsers. How it works Simple. Your browser captures your voice. Google's AI turns it into text. You see it instantly. How I built it HTML structure of the page, language dropdown, buttons. CSS styling, responsive design, works on phone and desktop. Vanilla JavaScript microphone access, sending audio to Google API, displaying text, copy and share functions. Google AI Studio provides the API key for Google Cloud Speech-to-Text. Netlify hosting, free. No frameworks. No backend. No database. Useful for education This app is a perfect teaching example for students who want to learn: How browser APIs work (microphone, clipboard, sharing) How to integrate Google AI into a real proje