Talking to Your App
Many users prefer speaking over typing. We can use OpenAI's Whisper for high-accuracy speech-to-text conversion.
Features:
- Record audio on the device.
- Send file to Whisper API.
- Use the resulting text as a prompt for the Chatbot.
This adds a layer of accessibility and "cool factor" to your mobile applications.