An integration of Azure Speech Service and Azure OpenAI in Android. This repository demonstrates a pipeline where speech from the microphone is first converted to text using Azure Speech Service. The resulting text is then passed to the Azure OpenAI service, which generates a response to the provided prompt.
android java azure android-application speech-recognition openai android-studio speech-to-text azure-speech-service azure-openai azure-openai-api azure-core-http-okhttp
- Updated
Mar 4, 2024 - Java