Teaching my kids to read with Web Speech API
In my talk at SydJS, I discussed how I developed a web app to help my kids learn to read and write using modern web browsers. I showcased how these browsers can interpret voice input through speech-to-text and provide spoken feedback using text-to-speech, all made possible by the Web Speech API.
Additionally, I explored alternative methods for loading AI models, such as those from Hugging Face (including Whisper and Kokoro), for offline use in the browser via WebAssembly.