Asim Latiflearnandroidwithasim.hashnode.dev·Sep 26, 2024FeaturedIntegrate Open AI Whisper API in AndroidInitial Setup In this section, we'll go through setting up your Android project to integrate with the OpenAI Whisper API using Kotlin and Ktor. Step 1: Create a New Android Project Start by creating a new Android project in Android Studio: Open Andr...28 likes·459 readsKotlin
Martin Bowlingmartinbowling.com·Jun 20, 2024Crafting a Blazing-Fast Audio Transcription App with Groq's Whisper v3Hey there, fellow developers! 👋 Today, I'm excited to share with you a project I've been working on that's all about pushing the boundaries of real-time audio transcription. Let's dive into the code and see how we can harness the power of Groq's Whi...55 readsWhisperv3