This content originally appeared on DEV Community and was authored by Djamware Tutorial
In this guide, you’ll learn how to create a mobile app that records voice, sends it to a Python backend, and transcribes speech using OpenAI’s Whisper.
Tech Stack:
- React Native (frontend)
- Flask + Whisper (backend)
- Ngrok, Axios, FormData
This content originally appeared on DEV Community and was authored by Djamware Tutorial